mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 09:35:10 +00:00
Update Delay in CouchDB tests.
Update Delay in CouchDB tests.
This commit is contained in:
parent
eb3331eba4
commit
fab68be75f
1 changed files with 2 additions and 2 deletions
|
|
@ -49,9 +49,9 @@ fi
|
||||||
|
|
||||||
echo "############### BYFN,EYFN WITH NODE Chaincode. TEST ################"
|
echo "############### BYFN,EYFN WITH NODE Chaincode. TEST ################"
|
||||||
echo "####################################################################"
|
echo "####################################################################"
|
||||||
echo y | ./byfn.sh -m up -l node -t 60
|
echo y | ./byfn.sh -m up -l node -t 60 -d 12
|
||||||
err_Check $? default-channel-node
|
err_Check $? default-channel-node
|
||||||
echo y | ./eyfn.sh -m up -l node -t 60
|
echo y | ./eyfn.sh -m up -l node -t 60 -d 12
|
||||||
err_Check $? default-channel-node
|
err_Check $? default-channel-node
|
||||||
echo y | ./eyfn.sh -m down
|
echo y | ./eyfn.sh -m down
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue