increase the timeout for RWC tests
This commit is contained in:
Родитель
4e21f1e548
Коммит
08130e0ba9
5
Jakefile
5
Jakefile
|
@ -360,10 +360,15 @@ task("runtests", ["tests", builtLocalDirectory], function() {
|
|||
if(fs.existsSync(testConfigFile)) {
|
||||
fs.unlinkSync(testConfigFile);
|
||||
}
|
||||
|
||||
if(tests) {
|
||||
writeTestConfigFile(tests, testConfigFile);
|
||||
}
|
||||
|
||||
if (tests && tests.toLocaleLowerCase() === "rwc") {
|
||||
testTimeout = 50000;
|
||||
}
|
||||
|
||||
colors = process.env.colors || process.env.color
|
||||
colors = colors ? ' --no-colors ' : ''
|
||||
tests = tests ? ' -g ' + tests : '';
|
||||
|
|
Загрузка…
Ссылка в новой задаче