Skip to content

Commit ac41cdd

Browse files
committed
test: retry flaky tests + add more timeout
1 parent a3feede commit ac41cdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.mocharc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ const config = {
88
"v8-expose-gc": true,
99
exit: true,
1010
parallel: true,
11+
timeout: 10000,
12+
retries: 3,
1113
}
1214

1315
module.exports = config

0 commit comments

Comments
 (0)