@0x/contract-wrappers-test: Increase test timeout.

This commit is contained in:
Lawrence Forman
2020-07-10 03:05:56 -04:00
parent a55e8b268c
commit a47795fd3f

View File

@@ -15,7 +15,7 @@
"fix": "tslint --fix --format stylish --project .--exclude **/lib/**/*",
"test:circleci": "run-s test:coverage",
"test": "yarn run_mocha",
"run_mocha": "mocha --require source-map-support/register --require make-promises-safe lib/test/**/*_test.js lib/test/global_hooks.js --timeout 20000 --bail --exit",
"run_mocha": "mocha --require source-map-support/register --require make-promises-safe lib/test/**/*_test.js lib/test/global_hooks.js --timeout 30000 --bail --exit",
"test:coverage": "nyc npm run test --all && yarn coverage:report:lcov",
"coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info",
"prettier": "prettier --write **/* --config ../../.prettierrc",