Skip to content

Commit 5258add

Browse files
authored
Experiment with mocha timeout. (#5481)
Fix Windows CI timeouts.
1 parent fd2290b commit 5258add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ciTest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function runTests() {
107107

108108
// running generated js tests
109109
if (mochaTest) {
110-
cp.execSync(`npx mocha jscomp/test/**/*test.js`, {
110+
cp.execSync(`npx mocha -t 5000 jscomp/test/**/*test.js`, {
111111
cwd: path.join(__dirname, ".."),
112112
stdio: [0, 1, 2],
113113
});

0 commit comments

Comments
 (0)