diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 759dfcb35b..29dd74b874 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -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,