mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 20:25:48 -06:00
Increase timeout from running RWC. As UWDWeb takes slightly longer now (#9454)
This commit is contained in:
parent
0a682f1360
commit
a591d40584
@ -650,7 +650,7 @@ function runConsoleTests(defaultReporter: string, runInParallel: boolean, done:
|
||||
}
|
||||
|
||||
if (tests && tests.toLocaleLowerCase() === "rwc") {
|
||||
testTimeout = 100000;
|
||||
testTimeout = 400000;
|
||||
}
|
||||
|
||||
const colors = cmdLineOptions["colors"];
|
||||
|
||||
@ -750,7 +750,7 @@ function runConsoleTests(defaultReporter, runInParallel) {
|
||||
}
|
||||
|
||||
if (tests && tests.toLocaleLowerCase() === "rwc") {
|
||||
testTimeout = 100000;
|
||||
testTimeout = 400000;
|
||||
}
|
||||
|
||||
colors = process.env.colors || process.env.color;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user