File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -121,14 +121,8 @@ waitForChaincode "peer0.org1.example.com" "my-channel1" "chaincode1" "0.0.1"
121121waitForContainer " ccaas_peer0.org1.example.com_my-channel1_chaincode1_0.0.1" " Bootstrap process completed"
122122waitForContainer " ccaas_peer0.org1.example.com_my-channel2_chaincode1_0.0.1" " Bootstrap process completed"
123123
124- docker ps
125- echo " --------------------------------"
126- docker ps -a
127- echo " --------------------------------"
128- docker logs ccaas_peer0.org1.example.com_my-channel1_chaincode1_0.0.1
129- echo " --------------------------------"
130- docker logs ccaas_peer0.org1.example.com_my-channel2_chaincode1_0.0.1
131- echo " --------------------------------"
124+ # sleep one second to ensure the CCAAS container is ready
125+ sleep 1
132126
133127# check if state is kept after restoration
134128user_token_response=" $( expectCARest " $fablo_rest_org1 /user/enroll" ' ' ' {"id": "gordon", "secret": "gordonpw"}' ' token' ) "
You can’t perform that action at this time.
0 commit comments