diff options
author | Wei-Ning Huang <w@byzantine-lab.io> | 2019-10-02 13:44:20 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-10-03 11:22:29 +0800 |
commit | 14336500ee38c2bc0b61a7133335df593aba4a46 (patch) | |
tree | 79a621d8c793da30330c658c95f3795185e75612 /test | |
parent | 06593b0859becced6dd5441e4b3c0680f0a075b1 (diff) | |
download | go-tangerine-14336500ee38c2bc0b61a7133335df593aba4a46.tar go-tangerine-14336500ee38c2bc0b61a7133335df593aba4a46.tar.gz go-tangerine-14336500ee38c2bc0b61a7133335df593aba4a46.tar.bz2 go-tangerine-14336500ee38c2bc0b61a7133335df593aba4a46.tar.lz go-tangerine-14336500ee38c2bc0b61a7133335df593aba4a46.tar.xz go-tangerine-14336500ee38c2bc0b61a7133335df593aba4a46.tar.zst go-tangerine-14336500ee38c2bc0b61a7133335df593aba4a46.zip |
build: ci: fix testsw-ci
Diffstat (limited to 'test')
-rw-r--r-- | test/genesis.json | 4 | ||||
-rwxr-xr-x | test/run_test.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/test/genesis.json b/test/genesis.json index a4d421bc0..daf252999 100644 --- a/test/genesis.json +++ b/test/genesis.json @@ -1,7 +1,7 @@ { "config": { "chainId": 411, - "dMoment": 0, + "dMoment": 1570072825, "homesteadBlock": 0, "daoForkBlock": 0, "daoForkSupport": true, @@ -37,7 +37,7 @@ ] }, "recovery": { - "contract": "0x0546d67343df7c68ea3b387de4b35e676e734e4d", + "contract": "0x2Fc9806dDad6044C8158bA31D08b7d9495474A89", "timeout": 30, "confirmation": 1 } diff --git a/test/run_test.sh b/test/run_test.sh index 181f8b755..02129050f 100755 --- a/test/run_test.sh +++ b/test/run_test.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash cd "$(dirname "$0")" @@ -104,7 +104,7 @@ for i in $(seq 0 $(($NUM_NODES - 1))); do $GDEX \ ${BOOTNODE_FLAGS} \ --bp \ - --verbosity=4 \ + --verbosity=3 \ --nat=none \ --gcmode=archive \ --datadir=$datadir --nodekey=keystore/test$i.key \ |