We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687405e commit 06baa2eCopy full SHA for 06baa2e
e2e-network/docker/test-04-v3-snapshot-ccaas.sh
@@ -122,6 +122,7 @@ echo "$user_token_response"
122
user_token="$(echo "$user_token_response" | jq -r '.token')"
123
124
# check if state is kept after restoration
125
+sleep 10
126
for i in {1..10}; do
127
echo "Checking restored data, attempt #$i"
128
expectInvokeRest "$fablo_rest_org1 $user_token" "my-channel1" "chaincode1" \
0 commit comments