Skip to content

Commit

Permalink
[FAB-15601] BYFN: Fix MAX_RETRY for couchdb
Browse files Browse the repository at this point in the history
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 <yuki.kondo@hal.hitachi.com>
  • Loading branch information
yuki-kon committed May 31, 2019
1 parent 0b12e68 commit 964c09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion first-network/scripts/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 964c09f

Please sign in to comment.