diff --git a/.travis/chrome-start.sh b/.travis/chrome-start.sh index ba58139c6b..6747fd8dda 100755 --- a/.travis/chrome-start.sh +++ b/.travis/chrome-start.sh @@ -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 "$@" \ No newline at end of file +exec "$CMD" --no-first-run --use-fake-ui-for-media-stream "$@" diff --git a/.travis/testacular.conf.js b/.travis/testacular.conf.js index 223edd2519..0fc7e68f92 100644 --- a/.travis/testacular.conf.js +++ b/.travis/testacular.conf.js @@ -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 @@ -72,4 +72,4 @@ reportSlowerThan = 500; // compile coffee scripts preprocessors = { '**/*.coffee': 'coffee' -}; \ No newline at end of file +};