diff --git a/Gruntfile.js b/Gruntfile.js index d1e94869f9..66e1de36ee 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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') }