aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/tasks/testswarm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js
index 759dfcb35..29dd74b87 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,