Skip to content

Commit 4d6c76d

Browse files
committed
Increase sleep in test-04
Signed-off-by: Jakub Dzikowski <jakub.t.dzikowski@gmail.com>
1 parent c6ad5b1 commit 4d6c76d

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
@@ -115,7 +115,7 @@ hook_command="perl -i -pe 's/FABRIC_VERSION=2\.3\.3/FABRIC_VERSION=2\.4\.2/g' ./
115115

116116
waitForChaincode "peer0.org1.example.com" "my-channel1" "chaincode1" "0.0.1"
117117

118-
sleep 5
118+
sleep 10
119119

120120
user_token_response="$(expectCARest "$fablo_rest_org1/user/enroll" '' '{"id": "gordon", "secret": "gordonpw"}' 'token')"
121121
echo "$user_token_response"

0 commit comments

Comments
 (0)