From 68fc87761989454456f0da535ca6f8a1a0ea3f8a Mon Sep 17 00:00:00 2001 From: rameshthoomu Date: Tue, 2 Oct 2018 22:03:37 -0400 Subject: [PATCH] FAB-12272 Increase MAX_RETRY to 10 This change is to fix the couchdb timeout errors in byfn test. This could be an CI environment issue but to fix CI failures, increasing the MAX_RETRY count to 10 Change-Id: Id16b1846374eb2cb91b4d67fedb38562df90c7d3 Signed-off-by: rameshthoomu --- 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 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