]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Extending testswarm timeout to 45 minutes
authorCorey Frang <gnarf@gnarf.net>
Sun, 5 Aug 2012 15:05:44 +0000 (10:05 -0500)
committerCorey Frang <gnarf@gnarf.net>
Sun, 5 Aug 2012 15:05:44 +0000 (10:05 -0500)
build/tasks/testswarm.js

index 759dfcb35b1f171fdc95576ec78381f047d377d1..29dd74b874c80a121611ecf3708432c2bd3a89eb 100644 (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,