diff --git a/Jakefile b/Jakefile index dc8070fd751..4e022f10652 100644 --- a/Jakefile +++ b/Jakefile @@ -542,7 +542,7 @@ task("runtests", ["tests", builtLocalDirectory], function() { } if (tests && tests.toLocaleLowerCase() === "rwc") { - testTimeout = 50000; + testTimeout = 100000; } colors = process.env.colors || process.env.color