Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There have been a number of instances of BDD tests which were starting correctly but due to high load on the Jenkins host were unable to complete prior to the timeout expiry. This can been seen in action during https://jenkins.hyperledger.org/view/fabric/job/fabric-verify-behave-x86_64/19/ in the chaincode authorizable counter test. Looking at the peer logs it can be seen that peers vp1, vp2, and vp3 started up in 9, 1 and 5 seconds respectively. vp0 however timed out and didn't start. Increasing the timeout from 10 to 20 seconds for peers to connect to membersrvc and from 15 to 30 seconds overall to combat this. Change-Id: I5c45697a63b95dd31371f423d274de69f0dc5cd3 Signed-off-by: Julian Carrivck <[email protected]>
- Loading branch information