Skip to content
Permalink
Browse files
Grunt: Increase TestSwarm timeout to 30 minutes
  • Loading branch information
jzaefferer committed May 18, 2012
1 parent d55a764 commit d12e9b2
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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",

0 comments on commit d12e9b2

Please sign in to comment.