Skip to content

Commit 06baa2e

Browse files
committed
add initial wait before retrying
Signed-off-by: OsamaRab3 <osrab3@gmail.com>
1 parent 687405e commit 06baa2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e-network/docker/test-04-v3-snapshot-ccaas.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ echo "$user_token_response"
122122
user_token="$(echo "$user_token_response" | jq -r '.token')"
123123

124124
# check if state is kept after restoration
125+
sleep 10
125126
for i in {1..10}; do
126127
echo "Checking restored data, attempt #$i"
127128
expectInvokeRest "$fablo_rest_org1 $user_token" "my-channel1" "chaincode1" \

0 commit comments

Comments
 (0)