Commit 311b6bf9 authored by Pieter Hintjens's avatar Pieter Hintjens

Test was sometimes failing

- was not waiting long enough at socket close
- increased to 50 msec
parent bf370239
...@@ -193,7 +193,7 @@ int main (void) ...@@ -193,7 +193,7 @@ int main (void)
assert (rc == 0); assert (rc == 0);
// Give time to process disconnect // Give time to process disconnect
msleep (SETTLE_TIME); msleep (SETTLE_TIME * 10);
// Send a message, should fail // Send a message, should fail
rc = zmq_send (frontend, "Hello", 5, ZMQ_DONTWAIT); rc = zmq_send (frontend, "Hello", 5, ZMQ_DONTWAIT);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment