We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7869891 commit a0568b0Copy full SHA for a0568b0
build/tasks/testswarm.js
@@ -17,7 +17,7 @@ module.exports = function( grunt ) {
17
// We got an array, parse it
18
browserSets = JSON.parse( browserSets );
19
}
20
- timeout = timeout || 1000 * 60 * 30;
+ timeout = timeout || 1000 * 60 * 15;
21
tests = grunt.config([ this.name, "tests" ]);
22
23
if ( pull ) {
0 commit comments