Skip to content

Commit bde4392

Browse files
committed
Build: Extending testswarm timeout to 45 minutes
1 parent f4e4727 commit bde4392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/testswarm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function submit( commit, tests, configFile, version, done ) {
4444
testswarm({
4545
url: config.swarmUrl,
4646
pollInterval: 10000,
47-
timeout: 1000 * 60 * 30,
47+
timeout: 1000 * 60 * 45,
4848
done: done
4949
}, {
5050
authUsername: config.authUsername,

0 commit comments

Comments
 (0)