aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2012-05-18 13:39:06 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-05-18 13:39:06 +0200
commit00aa28b7288735e2ada724d6a554e97086e4b662 (patch)
tree24881bb421ce442a0b51e966b82ebbdfc9529d32 /grunt.js
parentf67b69a288a05c4ab4a020ff1010a1e902ec18d7 (diff)
downloadjquery-ui-00aa28b7288735e2ada724d6a554e97086e4b662.tar.gz
jquery-ui-00aa28b7288735e2ada724d6a554e97086e4b662.zip
Grunt: Increase TestSwarm timeout to 30 minutes
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index 49f359a21..5d65fa037 100644
--- a/grunt.js
+++ b/grunt.js
@@ -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",