Skip to content

Commit a0568b0

Browse files
committed
Build: set default testswarm timeout to 15 minutes
We're not testing on IE6-7 anymore.
1 parent 7869891 commit a0568b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/testswarm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function( grunt ) {
1717
// We got an array, parse it
1818
browserSets = JSON.parse( browserSets );
1919
}
20-
timeout = timeout || 1000 * 60 * 30;
20+
timeout = timeout || 1000 * 60 * 15;
2121
tests = grunt.config([ this.name, "tests" ]);
2222

2323
if ( pull ) {

0 commit comments

Comments
 (0)