We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a3a75 commit dda9873Copy full SHA for dda9873
e2e-network/docker/test-05-version3-BFT.sh
@@ -52,6 +52,9 @@ trap 'networkDown ; echo "Test failed" ; exit 1' ERR SIGINT
52
networkUp
53
54
waitForContainer "orderer0.group1.orderer.example.com" "Channel created"
55
+waitForContainer "orderer1.group1.orderer.example.com" "Channel created"
56
+waitForContainer "orderer2.group1.orderer.example.com" "Channel created"
57
+waitForContainer "orderer3.group1.orderer.example.com" "Channel created"
58
waitForContainer "ca.org1.example.com" "Listening on https://0.0.0.0:7054"
59
waitForContainer "peer0.org1.example.com" "Joining gossip network of channel my-channel1 with 1 organizations"
60
waitForContainer "peer1.org1.example.com" "Joining gossip network of channel my-channel1 with 1 organizations"
0 commit comments