From a0568b07d8dcd94c3b8a27c0cf5747235c6bf93c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Tue, 15 Apr 2014 11:47:52 +0200 Subject: [PATCH] Build: set default testswarm timeout to 15 minutes We're not testing on IE6-7 anymore. --- build/tasks/testswarm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 91abf2794..473bc9e72 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -17,7 +17,7 @@ module.exports = function( grunt ) { // We got an array, parse it browserSets = JSON.parse( browserSets ); } - timeout = timeout || 1000 * 60 * 30; + timeout = timeout || 1000 * 60 * 15; tests = grunt.config([ this.name, "tests" ]); if ( pull ) {