fabric-samples/fabric-ca/scripts
Keith Smith fd795d2923 [FAB-6745] Fix timing issue in sample
When a CA starts, it creates its signing cert and then
starts listening on its listening port.  The fix is to
wait for the server to start listening on the port rather
than waiting for the signing cert file to be created.

See the waitPort function in env.sh, and places where this
is called.  I also had to increase the max time we wait before
failing.

WARNING: This change set is dependent upon the following
fabric-ca change set and should not be merged until it
has been merged:
   https://gerrit.hyperledger.org/r/#/c/15089/

Change-Id: I781e3653bf6846e22f401fe64855fa155ffeb7cb
Signed-off-by: Keith Smith <bksmith@us.ibm.com>
2017-11-07 11:35:57 -05:00
..
env.sh [FAB-6745] Fix timing issue in sample 2017-11-07 11:35:57 -05:00
run-fabric.sh [FAB-6745] Fix timing issue in sample 2017-11-07 11:35:57 -05:00
setup-fabric.sh [FAB-6745] Fix timing issue in sample 2017-11-07 11:35:57 -05:00
start-intermediate-ca.sh [FAB-6745] Fix timing issue in sample 2017-11-07 11:35:57 -05:00
start-orderer.sh [FAB-6745] Fix timing issue in sample 2017-11-07 11:35:57 -05:00
start-peer.sh [FAB-6745] Fix timing issue in sample 2017-11-07 11:35:57 -05:00
start-root-ca.sh [FAB-6050] Adding fabric-ca sample 2017-10-17 16:38:33 -04:00