Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 authored Jan 1, 2025
1 parent 3b2f7e4 commit dc3091c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prepublishOnly": "cp docs/README.md README.md",
"lint": "standard",
"fix": "standard --fix",
"mocha_test": "mocha --reporter spec --timeout 6000 --exit",
"mocha_test": "mocha --reporter spec --timeout 30000 --exit",
"test": "npm run mocha_test",
"pretest": "npm run lint"
},
Expand Down

0 comments on commit dc3091c

Please sign in to comment.