diff --git a/grunt.js b/grunt.js index 49f359a21a..5d65fa037b 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",