Skip to content

Commit

Permalink
increase timeout duration for CI unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
gergoabraham committed Mar 27, 2022
1 parent 8bfef76 commit f151092
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 @@ -17,7 +17,7 @@
"preversion": "npm run _force-develop-branch && npm test",
"version": "npm run _bump-manifest-version && npm run _generate-changelog && git add src\\manifest.json changelog.json",
"postversion": "npm run _merge-develop-to-master && npm run _push-everything",
"_ci:unit-test": "nyc --reporter=lcov mocha --forbid-only test/unit/ && codecov",
"_ci:unit-test": "nyc --reporter=lcov mocha --forbid-only --timeout 5000 test/unit/ && codecov",
"_ci:deploy-to-amo": "web-ext sign -s src --channel listed -i icons/icon.psd | grep -q 'Your add-on has been submitted for review.' || error 1",
"_force-develop-branch": "powershell -Command \"$branch = git branch --show-current; if ($branch -ne 'develop') {throw '### Version should be generated only on develop branch! ###'} \"",
"_bump-manifest-version": "node bump-manifest-version.js",
Expand Down

0 comments on commit f151092

Please sign in to comment.