diff options
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 5a7bb1de7..50a835c9c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -214,6 +214,10 @@ module.exports = function( grunt ) { ], reporters: [ "dots" ], autoWatch: false, + + // 2 minutes; has to be longer than QUnit.config.testTimeout + browserNoActivityTimeout: 120e3, + concurrency: 3, captureTimeout: 20 * 1000, singleRun: true |