Merge "[FAB-15601] BYFN: Fix MAX_RETRY for couchdb"

This commit is contained in:
Simon Stone 2019-06-05 11:04:32 +00:00 committed by Gerrit Code Review
commit 9225122fb3

View file

@ -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