Skip to content

Commit cfdccdc

Browse files
committed
add retries to mocha
1 parent 95c4dae commit cfdccdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lib/"
3333
],
3434
"scripts": {
35-
"test": "mocha test/test.js --exit --slow 500 --timeout 5000"
35+
"test": "mocha test/test.js --exit --slow 500 --timeout 5000 --retries 2"
3636
},
3737
"engines": {
3838
"node": ">=18"

0 commit comments

Comments
 (0)