Skip to content

Commit a591d40

Browse files
authored
Increase timeout from running RWC. As UWDWeb takes slightly longer now (#9454)
1 parent 0a682f1 commit a591d40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gulpfile.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ function runConsoleTests(defaultReporter: string, runInParallel: boolean, done:
650650
}
651651

652652
if (tests && tests.toLocaleLowerCase() === "rwc") {
653-
testTimeout = 100000;
653+
testTimeout = 400000;
654654
}
655655

656656
const colors = cmdLineOptions["colors"];

Jakefile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ function runConsoleTests(defaultReporter, runInParallel) {
750750
}
751751

752752
if (tests && tests.toLocaleLowerCase() === "rwc") {
753-
testTimeout = 100000;
753+
testTimeout = 400000;
754754
}
755755

756756
colors = process.env.colors || process.env.color;

0 commit comments

Comments
 (0)