]> source.dussan.org Git - jquery-ui.git/commitdiff
Grunt: Increase TestSwarm timeout to 30 minutes
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Fri, 18 May 2012 11:39:06 +0000 (13:39 +0200)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Fri, 18 May 2012 11:39:06 +0000 (13:39 +0200)
grunt.js

index 49f359a21ae53d208be97c6693c3f3274b4eb0ba..5d65fa037b253c2572aa70ef7757de21cd6e8297 100644 (file)
--- 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",