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