avoid intermittent timeouts in test (esp. when run w/ASAN etc.)

This commit is contained in:
Bill Torpey 2022-09-30 11:45:19 -04:00
parent c73447b9e7
commit 25b3e7af02

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++) {