Skip to content

Commit b09e92e

Browse files
Up timeout to 20 seconds.
A specific test "genericRespecialization1" takes quite some time on travis (though only a couple of seconds locally).
1 parent 14883cb commit b09e92e

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 = 6000;
488+
var testTimeout = 20000;
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)