mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Build: Extending testswarm timeout to 45 minutes
This commit is contained in:
@@ -44,7 +44,7 @@ function submit( commit, tests, configFile, version, done ) {
|
||||
testswarm({
|
||||
url: config.swarmUrl,
|
||||
pollInterval: 10000,
|
||||
timeout: 1000 * 60 * 30,
|
||||
timeout: 1000 * 60 * 45,
|
||||
done: done
|
||||
}, {
|
||||
authUsername: config.authUsername,
|
||||
|
||||
Reference in New Issue
Block a user