We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4062c3 commit c313bf2Copy full SHA for c313bf2
e2e-network/docker/test-05-version3-BFT.sh
@@ -51,7 +51,7 @@ trap 'networkDown ; echo "Test failed" ; exit 1' ERR SIGINT
51
# start the network
52
networkUp
53
54
-waitForContainer "orderer0.group1.orderer.example.com" "Starting raft node as part of a new channel channel=my-channel1"
+waitForContainer "orderer0.group1.orderer.example.com" "Channel created"
55
waitForContainer "ca.org1.example.com" "Listening on https://0.0.0.0:7054"
56
waitForContainer "peer0.org1.example.com" "Joining gossip network of channel my-channel1 with 1 organizations"
57
waitForContainer "peer1.org1.example.com" "Joining gossip network of channel my-channel1 with 1 organizations"
0 commit comments