diff --git a/Jakefile b/Jakefile index 07b0d267a68..7b17a83a579 100644 --- a/Jakefile +++ b/Jakefile @@ -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