Skip to content

Commit 687405e

Browse files
committed
update sleep time
Signed-off-by: OsamaRab3 <osrab3@gmail.com>
1 parent c5ff959 commit 687405e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ for i in {1..10}; do
127127
expectInvokeRest "$fablo_rest_org1 $user_token" "my-channel1" "chaincode1" \
128128
"KVContract:get" '["name"]' \
129129
'{"response":{"success":"Mr Freeze"}}' && break
130-
sleep 3
130+
sleep 5
131131
done
132132

133133
expectInvokeRest "$fablo_rest_org1 $user_token" "my-channel1" "chaincode1" \

0 commit comments

Comments
 (0)