Commit 389210fc authored by Chris Rebert's avatar Chris Rebert

Merge pull request #13918 from twbs/sauce-with-retries

Enable retrying of timed-out Sauce tests
parents dad6d444 6ec5b8ce
......@@ -379,6 +379,7 @@ module.exports = function (grunt) {
options: {
build: process.env.TRAVIS_JOB_ID,
concurrency: 10,
maxRetries: 3,
urls: ['http://127.0.0.1:3000/js/tests/index.html'],
browsers: grunt.file.readYAML('grunt/sauce_browsers.yml')
}
......
This diff is collapsed.
Markdown is supported
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