aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-08-21 23:32:21 +0800
committerFabio Berger <me@fabioberger.com>2017-08-21 23:32:21 +0800
commit984f9e1201ffc680080e2a94767c71a970527d9e (patch)
treecfef8c8e318a3f45aab692a7fba167b71b3c9b8b /package.json
parentbe354d703aca8edc13238c157e06716fbbea279e (diff)
parent1ff24f033806769def069ee546544418641414b5 (diff)
downloaddexon-sol-tools-984f9e1201ffc680080e2a94767c71a970527d9e.tar
dexon-sol-tools-984f9e1201ffc680080e2a94767c71a970527d9e.tar.gz
dexon-sol-tools-984f9e1201ffc680080e2a94767c71a970527d9e.tar.bz2
dexon-sol-tools-984f9e1201ffc680080e2a94767c71a970527d9e.tar.lz
dexon-sol-tools-984f9e1201ffc680080e2a94767c71a970527d9e.tar.xz
dexon-sol-tools-984f9e1201ffc680080e2a94767c71a970527d9e.tar.zst
dexon-sol-tools-984f9e1201ffc680080e2a94767c71a970527d9e.zip
Merge branch 'master' of github.com:0xProject/0x.js
* 'master' of github.com:0xProject/0x.js: try 4000 timeout try longer timeout
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a51fa9dbe..eb6944c46 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
"pretest:umd": "run-s clean build:*:dev",
"substitute_umd_bundle": "npm run remove_src_files_not_used_by_tests; shx mv _bundles/* lib/src",
"remove_src_files_not_used_by_tests": "find ./lib/src \\( -path ./lib/src/utils -o -path ./lib/src/schemas -o -path \"./lib/src/types.*\" \\) -prune -o -type f -print | xargs rm",
- "run_mocha": "mocha lib/test/**/*_test.js --timeout 3000 --bail"
+ "run_mocha": "mocha lib/test/**/*_test.js --timeout 4000 --bail"
},
"config": {
"artifacts": "TokenTransferProxy Exchange TokenRegistry Token EtherToken",