Update timeout to 6 seconds.

This commit is contained in:
Cyrus Najmabadi 2014-12-14 23:23:18 -08:00
parent 1bfe500897
commit 115a2d33b7

View file

@ -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|<more>]'."); desc("Runs the tests using the built run.js file. Syntax is jake runtests. Optional parameters 'host=', 'tests=[regex], reporter=[list|spec|json|<more>]'.");
task("runtests", ["tests", builtLocalDirectory], function() { task("runtests", ["tests", builtLocalDirectory], function() {
cleanTestDirs(); cleanTestDirs();