From 00aa28b7288735e2ada724d6a554e97086e4b662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Zaefferer?= Date: Fri, 18 May 2012 13:39:06 +0200 Subject: [PATCH] Grunt: Increase TestSwarm timeout to 30 minutes --- grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt.js b/grunt.js index 49f359a21a..5d65fa037b 100644 --- a/grunt.js +++ b/grunt.js @@ -376,7 +376,7 @@ grunt.registerTask( "testswarm", function( commit, configFile ) { testswarm({ url: "http://swarm.jquery.org/", pollInterval: 10000, - timeout: 1000 * 60 * 20, + timeout: 1000 * 60 * 30, done: this.async() }, { authUsername: "jqueryui",