build: Increase qunit browserNoActivityTimeout from 10s to 60s
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 20 Mar 2015 08:26:41 +0000 (08:26 +0000)
committerKrinkle <krinklemail@gmail.com>
Fri, 20 Mar 2015 08:27:16 +0000 (08:27 +0000)
Bug: T89075
Change-Id: I3ef601a38052e38247cebfb19475a31ac2448eac

Gruntfile.js

index 5d6dc17..573db69 100644 (file)
@@ -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' ]