diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-05-18 13:39:06 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-05-18 13:39:06 +0200 |
commit | 00aa28b7288735e2ada724d6a554e97086e4b662 (patch) | |
tree | 24881bb421ce442a0b51e966b82ebbdfc9529d32 /grunt.js | |
parent | f67b69a288a05c4ab4a020ff1010a1e902ec18d7 (diff) | |
download | jquery-ui-00aa28b7288735e2ada724d6a554e97086e4b662.tar.gz jquery-ui-00aa28b7288735e2ada724d6a554e97086e4b662.zip |
Grunt: Increase TestSwarm timeout to 30 minutes
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -376,7 +376,7 @@ grunt.registerTask( "testswarm", function( commit, configFile ) { testswarm({ url: "http://swarm.jquery.org/", pollInterval: 10000, - timeout: 1000 * 60 * 20, + timeout: 1000 * 60 * 30, done: this.async() }, { authUsername: "jqueryui", |