Skip to content

Commit

Permalink
[FAB-15601] BYFN: Fix MAX_RETRY for couchdb
Browse files Browse the repository at this point in the history
CR31665 increased MAX_RETRY to 15 which allowed the fabcar go test
to succeed but the fabcar javascript test still fails. This sets
it to 20 in hope this will be enough.

Change-Id: I51a0e24893634d773b12341f5b87d49d2bbf7cb6
Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
  • Loading branch information
lehors committed Jun 3, 2019
1 parent 964c09f commit 2e7fec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion first-network/scripts/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ NO_CHAINCODE="$6"
: ${NO_CHAINCODE:="false"}
LANGUAGE=`echo "$LANGUAGE" | tr [:upper:] [:lower:]`
COUNTER=1
MAX_RETRY=15
MAX_RETRY=20
PACKAGE_ID=""

if [ "$LANGUAGE" = "node" ]; then
Expand Down

0 comments on commit 2e7fec9

Please sign in to comment.