diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2014-04-15 11:47:52 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2014-04-15 11:47:52 +0200 |
commit | a0568b07d8dcd94c3b8a27c0cf5747235c6bf93c (patch) | |
tree | f12c60530745a9de6c48d84ad66b06f8632bbfbf /build | |
parent | 7869891a97eae93699cc239274e73e53daedf781 (diff) | |
download | jquery-a0568b07d8dcd94c3b8a27c0cf5747235c6bf93c.tar.gz jquery-a0568b07d8dcd94c3b8a27c0cf5747235c6bf93c.zip |
Build: set default testswarm timeout to 15 minutes
We're not testing on IE6-7 anymore.
Diffstat (limited to 'build')
-rw-r--r-- | build/tasks/testswarm.js | 2 |
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 ) { |