Merge pull request #2079 from Microsoft/increaseRWCTimeout

Increase RWC timeout
This commit is contained in:
Yui 2015-02-19 14:30:04 -08:00
commit fa85b22962

View file

@ -567,7 +567,7 @@ task("runtests", ["tests", builtLocalDirectory], function() {
}
if (tests && tests.toLocaleLowerCase() === "rwc") {
testTimeout = 50000;
testTimeout = 100000;
}
colors = process.env.colors || process.env.color