Increase timeout from running RWC. As UWDWeb takes slightly longer now (#9454)
This commit is contained in:
Родитель
0a682f1360
Коммит
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче