mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-19 00:15:08 +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 "####################################################################"
|
||||
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
|
||||
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
|
||||
echo y | ./eyfn.sh -m down
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue