From: Timo Tijhof Date: Fri, 20 Mar 2015 08:26:41 +0000 (+0000) Subject: build: Increase qunit browserNoActivityTimeout from 10s to 60s X-Git-Tag: 1.31.0-rc.0~12037 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=dcbbc0489c5239a8dc4f21da3ff1037368f60e45;p=lhc%2Fweb%2Fwiklou.git build: Increase qunit browserNoActivityTimeout from 10s to 60s Bug: T89075 Change-Id: I3ef601a38052e38247cebfb19475a31ac2448eac --- diff --git a/Gruntfile.js b/Gruntfile.js index 5d6dc1788b..573db69afb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -76,7 +76,9 @@ module.exports = function ( grunt ) { frameworks: [ 'qunit' ], reporters: [ 'dots' ], singleRun: true, - autoWatch: false + autoWatch: false, + // Some tests in extensions don't yield for more than the default 10s (T89075) + browserNoActivityTimeout: 60 * 1000 }, main: { browsers: [ 'Chrome' ]