Skip to content

Commit 00aa28b

Browse files
committed
Grunt: Increase TestSwarm timeout to 30 minutes
1 parent f67b69a commit 00aa28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ grunt.registerTask( "testswarm", function( commit, configFile ) {
376376
testswarm({
377377
url: "http://swarm.jquery.org/",
378378
pollInterval: 10000,
379-
timeout: 1000 * 60 * 20,
379+
timeout: 1000 * 60 * 30,
380380
done: this.async()
381381
}, {
382382
authUsername: "jqueryui",

0 commit comments

Comments
 (0)