Revert mocha timeout increase

This commit is contained in:
Leonid Logvinov
2018-03-09 14:34:17 +01:00
parent 13299158d1
commit 392fb42973

View File

@@ -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",