diff --git a/scripts/ciTest.js b/scripts/ciTest.js index cee3f96759..bb7bba353e 100644 --- a/scripts/ciTest.js +++ b/scripts/ciTest.js @@ -107,7 +107,7 @@ function runTests() { // running generated js tests if (mochaTest) { - cp.execSync(`npx mocha jscomp/test/**/*test.js`, { + cp.execSync(`npx mocha -t 5000 jscomp/test/**/*test.js`, { cwd: path.join(__dirname, ".."), stdio: [0, 1, 2], });