Skip to content

Commit 0841028

Browse files
committed
Merge pull request twbs#15495 from twbs/sauce-maxPollRetries
Sauce testing: set maxPollRetries to 4 for increased robustness
2 parents 19222bf + 9d0f6c0 commit 0841028

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ module.exports = function (grunt) {
373373
build: process.env.TRAVIS_JOB_ID,
374374
throttled: 10,
375375
maxRetries: 3,
376+
maxPollRetries: 4,
376377
urls: ['http://127.0.0.1:3000/js/tests/index.html'],
377378
browsers: grunt.file.readYAML('grunt/sauce_browsers.yml')
378379
}

0 commit comments

Comments
 (0)