Skip to content

Commit 246ff09

Browse files
author
Yui T
committed
Increase RWC timeout
1 parent 52b0808 commit 246ff09

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
@@ -542,7 +542,7 @@ task("runtests", ["tests", builtLocalDirectory], function() {
542542
}
543543

544544
if (tests && tests.toLocaleLowerCase() === "rwc") {
545-
testTimeout = 50000;
545+
testTimeout = 100000;
546546
}
547547

548548
colors = process.env.colors || process.env.color

0 commit comments

Comments
 (0)