From 964c09fe00c748c49b263d18269dfa5c28903c91 Mon Sep 17 00:00:00 2001 From: Yuki Kondo Date: Fri, 31 May 2019 23:46:07 +0000 Subject: [PATCH] [FAB-15601] BYFN: Fix MAX_RETRY for couchdb BYFN and Fabcar with couchdb are failing intermittently because CLI sends a request for joining a Channel before a Peer connects to the couchdb. This CR changes the value of MAX_RETRY from 10 to 15 as a workaround. FAB-15601 #done Change-Id: I8d91fa224c585cc52c9dfabebb808b8909253900 Signed-off-by: Yuki Kondo --- first-network/scripts/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first-network/scripts/script.sh b/first-network/scripts/script.sh index e2a3b113..b7fb43fc 100755 --- a/first-network/scripts/script.sh +++ b/first-network/scripts/script.sh @@ -23,7 +23,7 @@ NO_CHAINCODE="$6" : ${NO_CHAINCODE:="false"} LANGUAGE=`echo "$LANGUAGE" | tr [:upper:] [:lower:]` COUNTER=1 -MAX_RETRY=10 +MAX_RETRY=15 PACKAGE_ID="" if [ "$LANGUAGE" = "node" ]; then