aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/grunt.js b/grunt.js
index 4d8ea1915..3d33e9e50 100644
--- a/grunt.js
+++ b/grunt.js
@@ -369,8 +369,8 @@ grunt.registerTask( "testswarm", function( commit, authToken ) {
testUrls.push( testBase + tests[ test ] );
}
testswarm({
- url: "http://swarm.jquery.org/api.php?",
- pollInterval: 2000,
+ url: "http://swarm.jquery.org/",
+ pollInterval: 5000,
done: this.async()
}, {
authUsername: "jqueryui",