aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
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",