hyperledger / fabric-admin-sdk

Hyperledger Fabric admin SDK
Apache License 2.0
31 stars 19 forks source link

remove sleep in e2e test as fix for #100 #112

Closed SamYuan1990 closed 1 year ago

SamYuan1990 commented 1 year ago

as subject, try to avoid sleep in e2e test case.

bestbeforetoday commented 1 year ago

The test-network scripts in fabric-samples look to retry both the channel create and channel join operations until they succeed, as the network may not be in a state where they can run successful on the first attempt:

https://github.com/hyperledger/fabric-samples/blob/67ae2c9d025907840603cf38eaf3b39e511c9d19/test-network/scripts/createChannel.sh#L36-L73