aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2012-04-30 13:14:50 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-04-30 13:14:50 +0200
commit7012ba69a866fa7b4f5c020c38d8cb4e1860b8d7 (patch)
treec2351c50e02f13551544bcee76e1dd20f539aa7a /grunt.js
parentaacdccc39438cda677343fb5a8c9faee37d8c18b (diff)
downloadjquery-ui-7012ba69a866fa7b4f5c020c38d8cb4e1860b8d7.tar.gz
jquery-ui-7012ba69a866fa7b4f5c020c38d8cb4e1860b8d7.zip
Grunt: Update to node-testswarm 0.2.0
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",