Build: set default testswarm timeout to 15 minutes

We're not testing on IE6-7 anymore.

(cherry-picked from a0568b07d8)
This commit is contained in:
Michał Gołębiowski 2014-04-15 11:47:52 +02:00
parent a43000a185
commit 6c41d16b4e

View File

@ -17,7 +17,7 @@ module.exports = function( grunt ) {
// We got an array, parse it // We got an array, parse it
browserSets = JSON.parse( browserSets ); browserSets = JSON.parse( browserSets );
} }
timeout = timeout || 1000 * 60 * 30; timeout = timeout || 1000 * 60 * 15;
tests = grunt.config([ this.name, "tests" ]); tests = grunt.config([ this.name, "tests" ]);
if ( pull ) { if ( pull ) {