Skip to content

Commit 115a2d3

Browse files
Update timeout to 6 seconds.
1 parent 1bfe500 commit 115a2d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ function deleteTemporaryProjectOutput() {
485485
}
486486
}
487487

488-
var testTimeout = 5000;
488+
var testTimeout = 6000;
489489
desc("Runs the tests using the built run.js file. Syntax is jake runtests. Optional parameters 'host=', 'tests=[regex], reporter=[list|spec|json|<more>]'.");
490490
task("runtests", ["tests", builtLocalDirectory], function() {
491491
cleanTestDirs();

0 commit comments

Comments
 (0)