Revert mocha timeout increase
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"build": "tsc",
|
||||
"test": "run-s build run_mocha",
|
||||
"test:coverage": "COVERAGE=true run-s build run_mocha coverage:report:text",
|
||||
"run_mocha": "mocha 'lib/test/**/*.js' --timeout 10000000 --bail --exit",
|
||||
"run_mocha": "mocha 'lib/test/**/*.js' --timeout 10000 --bail --exit",
|
||||
"compile:comment": "Yarn workspaces do not link binaries correctly so we need to reference them directly https://github.com/yarnpkg/yarn/issues/3846",
|
||||
"compile": "node ../deployer/lib/src/cli.js compile --contracts ${npm_package_config_contracts} --contracts-dir src/contracts --artifacts-dir src/artifacts",
|
||||
"clean": "shx rm -rf ./lib",
|
||||
|
||||
Reference in New Issue
Block a user