mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
[FAB-15601] BYFN: Fix MAX_RETRY for couchdb
CR31665 increased MAX_RETRY to 15 which allowed the fabcar go test to succeed but the fabcar javascript test still fails. This sets it to 20 in hope this will be enough. Change-Id: I51a0e24893634d773b12341f5b87d49d2bbf7cb6 Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
This commit is contained in:
parent
964c09fe00
commit
2e7fec9da8
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ NO_CHAINCODE="$6"
|
|||
: ${NO_CHAINCODE:="false"}
|
||||
LANGUAGE=`echo "$LANGUAGE" | tr [:upper:] [:lower:]`
|
||||
COUNTER=1
|
||||
MAX_RETRY=15
|
||||
MAX_RETRY=20
|
||||
PACKAGE_ID=""
|
||||
|
||||
if [ "$LANGUAGE" = "node" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue