mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: set default testswarm timeout to 15 minutes
We're not testing on IE6-7 anymore.
This commit is contained in:
parent
7869891a97
commit
a0568b07d8
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user