Skip to content

Commit 66cc91f

Browse files
committed
Increase the number of retries
Signed-off-by: Jakub Dzikowski <jakub.t.dzikowski@gmail.com>
1 parent 1f8ff50 commit 66cc91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-network/docker/expect-invoke-rest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ args_json_array="$5"
1111
expected="$6"
1212
transient_default="{}"
1313
transient="${7:-$transient_default}"
14-
retries_left="${8:-5}"
14+
retries_left="${8:-20}"
1515

1616
if [ -z "$expected" ]; then
1717
echo "Usage: ./expect-invoke.sh <rest_api_url> <channel> <chaincode> <contract:method> <args_json_array> <expected_substring> <transient_data>"

0 commit comments

Comments
 (0)