diff --git a/first-network/scripts/script.sh b/first-network/scripts/script.sh index 9d92d3e5cf..b720f08b7b 100755 --- a/first-network/scripts/script.sh +++ b/first-network/scripts/script.sh @@ -21,7 +21,7 @@ VERBOSE="$5" : ${VERBOSE:="false"} LANGUAGE=`echo "$LANGUAGE" | tr [:upper:] [:lower:]` COUNTER=1 -MAX_RETRY=5 +MAX_RETRY=10 CC_SRC_PATH="github.com/chaincode/chaincode_example02/go/" if [ "$LANGUAGE" = "node" ]; then