Skip to content

Commit

Permalink
Grunt: Increase TestSwarm timeout to 30 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed May 18, 2012
1 parent d55a764 commit d12e9b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grunt.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ module.exports = function( grunt ) {
testswarm({ testswarm({
url: "http://swarm.jquery.org/", url: "http://swarm.jquery.org/",
pollInterval: 10000, pollInterval: 10000,
timeout: 1000 * 60 * 30,
done: this.async() done: this.async()
}, { }, {
authUsername: "jquery", authUsername: "jquery",
Expand Down

0 comments on commit d12e9b2

Please sign in to comment.