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 <rameshbabu.thoomu@gmail.com>
This commit is contained in:
rameshthoomu 2018-10-02 22:03:37 -04:00
parent edee6387f1
commit 68fc877619

View file

@ -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