Skip to content

Commit

Permalink
FAB-12272 Increase MAX_RETRY to 10
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rameshthoomu committed Oct 3, 2018
1 parent edee638 commit 68fc877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion first-network/scripts/script.sh
Expand Up @@ -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
Expand Down

0 comments on commit 68fc877

Please sign in to comment.