Attention is currently required from: laforge, msuraev.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-pcap/+/32127?usp=email )
Change subject: contrib/jenkins.sh: build with --enable-external-tests ......................................................................
Patch Set 4:
(1 comment)
Patchset:
PS3: Not sure if this is intentional, but it's actually `0.1s`:
``` 87 # possibly the binary hasn't launched yet 88 if debug_tcp_sockets: 89 print("Connecting socket failed, retrying...") 90 time.sleep(.1) 91 continue ```
So the DH generation would need to take more than 30s for this to trigger the problem?
Taking the above into account, more than 3s. I don't remember all the details, but maybe we can make this sleep value configurable and pass a larger value here?