mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-12 21:37:41 -06:00
Update timeout to 6 seconds.
This commit is contained in:
parent
1bfe500897
commit
115a2d33b7
2
Jakefile
2
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|<more>]'.");
|
||||
task("runtests", ["tests", builtLocalDirectory], function() {
|
||||
cleanTestDirs();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user