0
0
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:
Pieter Hintjens 2013-12-20 14:34:29 +01:00
parent bf3702395c
commit 311b6bf9f7

View File

@ -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);