mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
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:
parent
edee6387f1
commit
68fc877619
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ VERBOSE="$5"
|
||||||
: ${VERBOSE:="false"}
|
: ${VERBOSE:="false"}
|
||||||
LANGUAGE=`echo "$LANGUAGE" | tr [:upper:] [:lower:]`
|
LANGUAGE=`echo "$LANGUAGE" | tr [:upper:] [:lower:]`
|
||||||
COUNTER=1
|
COUNTER=1
|
||||||
MAX_RETRY=5
|
MAX_RETRY=10
|
||||||
|
|
||||||
CC_SRC_PATH="github.com/chaincode/chaincode_example02/go/"
|
CC_SRC_PATH="github.com/chaincode/chaincode_example02/go/"
|
||||||
if [ "$LANGUAGE" = "node" ]; then
|
if [ "$LANGUAGE" = "node" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue