Skip to content

Commit fa85b22

Browse files
author
Yui
committed
Merge pull request microsoft#2079 from Microsoft/increaseRWCTimeout
Increase RWC timeout
2 parents 6d7045e + c6b50cd commit fa85b22

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
@@ -567,7 +567,7 @@ task("runtests", ["tests", builtLocalDirectory], function() {
567567
}
568568

569569
if (tests && tests.toLocaleLowerCase() === "rwc") {
570-
testTimeout = 50000;
570+
testTimeout = 100000;
571571
}
572572

573573
colors = process.env.colors || process.env.color

0 commit comments

Comments
 (0)