Commit 6ec5b8ce authored by Chris Rebert's avatar Chris Rebert
Browse files

retry each test up to 3 times in the event of timeout

Big thanks to @gvas for https://github.com/axemclion/grunt-saucelabs/pull/136 ! <3
parent df1aee56
Showing with 1 addition and 0 deletions
+1 -0
...@@ -379,6 +379,7 @@ module.exports = function (grunt) { ...@@ -379,6 +379,7 @@ module.exports = function (grunt) {
options: { options: {
build: process.env.TRAVIS_JOB_ID, build: process.env.TRAVIS_JOB_ID,
concurrency: 10, concurrency: 10,
maxRetries: 3,
urls: ['http://127.0.0.1:3000/js/tests/index.html'], urls: ['http://127.0.0.1:3000/js/tests/index.html'],
browsers: grunt.file.readYAML('grunt/sauce_browsers.yml') browsers: grunt.file.readYAML('grunt/sauce_browsers.yml')
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment