diff options
author | Fabio Berger <me@fabioberger.com> | 2017-08-21 23:26:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-21 23:26:24 +0800 |
commit | 1ff24f033806769def069ee546544418641414b5 (patch) | |
tree | a3ac6ddf294ad983db530bd02cfa7a500936629b | |
parent | 01eed19abda91cd7f42b9d5aec4f0c2956833f11 (diff) | |
parent | 798620d0ef5818d2cd604fd039d09751949f1a11 (diff) | |
download | dexon-sol-tools-1ff24f033806769def069ee546544418641414b5.tar dexon-sol-tools-1ff24f033806769def069ee546544418641414b5.tar.gz dexon-sol-tools-1ff24f033806769def069ee546544418641414b5.tar.bz2 dexon-sol-tools-1ff24f033806769def069ee546544418641414b5.tar.lz dexon-sol-tools-1ff24f033806769def069ee546544418641414b5.tar.xz dexon-sol-tools-1ff24f033806769def069ee546544418641414b5.tar.zst dexon-sol-tools-1ff24f033806769def069ee546544418641414b5.zip |
Merge pull request #123 from 0xProject/fixCi
Increase test timeout
-rw-r--r-- | package.json | 2 |
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", |