Merge pull request #4430 from nyfix/test_spec_req_tmo

avoid intermittent timeouts in test (esp. when run w/ASAN etc.)
This commit is contained in:
Luca Boccassi 2022-09-30 21:45:04 +01:00 committed by GitHub
commit e15fb044ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ void test_round_robin_out (const char *bind_address_)
// We have to give the connects time to finish otherwise the requests
// will not properly round-robin. We could alternatively connect the
// REQ sockets to the REP sockets.
msleep (SETTLE_TIME);
msleep (SETTLE_TIME * services);
// Send our peer-replies, and expect every REP it used once in order
for (size_t peer = 0; peer < services; peer++) {