Grunt: Increase TestSwarm timeout to 30 minutes

This commit is contained in:
Jörn Zaefferer 2012-05-18 14:47:04 +02:00
parent d55a764e6e
commit d12e9b289e

View File

@ -118,6 +118,7 @@ module.exports = function( grunt ) {
testswarm({
url: "http://swarm.jquery.org/",
pollInterval: 10000,
timeout: 1000 * 60 * 30,
done: this.async()
}, {
authUsername: "jquery",