diff options
author | Corey Frang <gnarf@gnarf.net> | 2012-08-05 10:05:44 -0500 |
---|---|---|
committer | Corey Frang <gnarf@gnarf.net> | 2012-08-05 10:05:44 -0500 |
commit | bde439292aa32021c7e0a66fb35fa46c6d900fba (patch) | |
tree | 5dd0af97d6f1414f869e73040762498e7930a6a7 /build | |
parent | f4e47278ae80f3e56cd9b91f2208ef8ce0a0f20c (diff) | |
download | jquery-ui-bde439292aa32021c7e0a66fb35fa46c6d900fba.tar.gz jquery-ui-bde439292aa32021c7e0a66fb35fa46c6d900fba.zip |
Build: Extending testswarm timeout to 45 minutes
Diffstat (limited to 'build')
-rw-r--r-- | build/tasks/testswarm.js | 2 |
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, |