Skip to content

Commit

Permalink
ci: increase timeout for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Apr 27, 2023
1 parent 678745a commit 780c65d
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 @@
"format": "prettier --write .",
"test": "npm run test:lint && npm run test:unit",
"test:lint": "prettier --check . && standard",
"test:unit": "mocha --timeout 5000",
"test:unit": "mocha --timeout 15000",
"version": "node ./scripts/version.js",
"postinstall": "node ./scripts/post-install.js",
"postpublish": "node ./scripts/post-publish.js",
Expand Down

0 comments on commit 780c65d

Please sign in to comment.