X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=Gruntfile.js;h=573db69afb15a591d42bff5cd4e354562b8eb3df;hb=519072349130ab0d94d5d01c6732cb8b61d03072;hp=5d6dc1788b0e7ae26e57be948577e078ccc0c0e6;hpb=fcba661118e9e37a94fa9adb1f9dc23bc699ffd5;p=lhc%2Fweb%2Fwiklou.git 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' ]