Skip to content

Commit 0496792

Browse files
authored
test: retry the tests 3 times before failing
1 parent 905b4ae commit 0496792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.mocharc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const config = {
77
"v8-expose-gc": true,
88
exit: true,
99
parallel: true,
10-
timeout: 5000,
11-
retries: 1,
10+
timeout: 6000,
11+
retries: 3,
1212
fullTrace: true,
1313
bail: false,
1414
}

0 commit comments

Comments
 (0)