diff --git a/Jakefile b/Jakefile index 11dd7c048d..003cdb8feb 100644 --- a/Jakefile +++ b/Jakefile @@ -485,7 +485,7 @@ function deleteTemporaryProjectOutput() { } } -var testTimeout = 5000; +var testTimeout = 6000; desc("Runs the tests using the built run.js file. Syntax is jake runtests. Optional parameters 'host=', 'tests=[regex], reporter=[list|spec|json|]'."); task("runtests", ["tests", builtLocalDirectory], function() { cleanTestDirs();