From: Chris Rebert Date: Tue, 24 Jun 2014 19:12:21 +0000 (-0700) Subject: retry each test up to 3 times in the event of timeout X-Git-Tag: v3.2.0~7^2~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13918%2Fhead;p=thirdparty%2Fbootstrap.git 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 --- 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') }