mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-15 02:07:59 +08:00
Test was sometimes failing
- was not waiting long enough at socket close - increased to 50 msec
This commit is contained in:
parent
bf3702395c
commit
311b6bf9f7
@ -193,7 +193,7 @@ int main (void)
|
||||
assert (rc == 0);
|
||||
|
||||
// Give time to process disconnect
|
||||
msleep (SETTLE_TIME);
|
||||
msleep (SETTLE_TIME * 10);
|
||||
|
||||
// Send a message, should fail
|
||||
rc = zmq_send (frontend, "Hello", 5, ZMQ_DONTWAIT);
|
||||
|
Loading…
x
Reference in New Issue
Block a user