Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ging/licode
Browse files Browse the repository at this point in the history
  • Loading branch information
lodoyun committed Oct 24, 2013
2 parents ea9a937 + d339936 commit 7930b5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis/chrome-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ mkdir -p $USER_DIR"/Default/"
cp .travis/Preferences $USER_DIR"/Default/"

# Execute the command
exec "$CMD" --user-data-dir="$USER_DIR" --no-default-browser-check --no-first-run --disable-default-apps --use-fake-ui-for-media-stream "$@"
exec "$CMD" --no-first-run --use-fake-ui-for-media-stream "$@"
4 changes: 2 additions & 2 deletions .travis/testacular.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ browsers = [".travis/chrome-start.sh"];

// If browser does not capture in given timeout [ms], kill it
// CLI --capture-timeout 5000
captureTimeout = 10000;
captureTimeout = 60000;

// Auto run tests on start (when browsers are captured) and exit
// CLI --single-run --no-single-run
Expand All @@ -72,4 +72,4 @@ reportSlowerThan = 500;
// compile coffee scripts
preprocessors = {
'**/*.coffee': 'coffee'
};
};

0 comments on commit 7930b5f

Please sign in to comment.