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:48:57 +0200 |
commit | 6c41d16b4eb02973053b3b46043a87f64b21cdb5 (patch) | |
tree | 788094d52ca5b1753daf255f3458cd305f08f35a /build | |
parent | a43000a185762d9bdf55bf59576117adccb6f7f6 (diff) | |
download | jquery-6c41d16b4eb02973053b3b46043a87f64b21cdb5.tar.gz jquery-6c41d16b4eb02973053b3b46043a87f64b21cdb5.zip |
Build: set default testswarm timeout to 15 minutes
We're not testing on IE6-7 anymore.
(cherry-picked from a0568b07d8dcd94c3b8a27c0cf5747235c6bf93c)
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 ) { |