Build: Extending testswarm timeout to 45 minutes

This commit is contained in:
Corey Frang 2012-08-05 10:05:44 -05:00
parent f4e47278ae
commit bde439292a

View File

@ -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,