Grunt: Increase TestSwarm timeout to 30 minutes

This commit is contained in:
Jörn Zaefferer 2012-05-18 13:39:06 +02:00
parent f67b69a288
commit 00aa28b728

View File

@ -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",