aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorTimo Tijhof <krinklemail@gmail.com>2015-03-20 08:26:41 +0000
committerKrinkle <krinklemail@gmail.com>2015-03-20 08:27:16 +0000
commitdcbbc0489c5239a8dc4f21da3ff1037368f60e45 (patch)
treed6030d5582f86e909b78a712fa3254d422ca2858 /Gruntfile.js
parentfcba661118e9e37a94fa9adb1f9dc23bc699ffd5 (diff)
downloadmediawikicore-dcbbc0489c5239a8dc4f21da3ff1037368f60e45.tar.gz
mediawikicore-dcbbc0489c5239a8dc4f21da3ff1037368f60e45.zip
build: Increase qunit browserNoActivityTimeout from 10s to 60s
Bug: T89075 Change-Id: I3ef601a38052e38247cebfb19475a31ac2448eac
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 5d6dc1788b0e..573db69afb15 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' ]