mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Build: Extending testswarm timeout to 45 minutes
This commit is contained in:
parent
f4e47278ae
commit
bde439292a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user