aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/tasks/testswarm.js2
1 files changed, 1 insertions, 1 deletions
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 ) {