mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-19 21:16:54 +02:00
Problem: test cases are failing on slower PCs (eee PC)
Solution: raise timeouts from 100-150 msec to 250 msec
This commit is contained in:
@@ -27,7 +27,7 @@ void test_fair_queue_in (void *ctx)
|
||||
void *receiver = zmq_socket (ctx, ZMQ_ROUTER);
|
||||
assert (receiver);
|
||||
|
||||
int timeout = 100;
|
||||
int timeout = 250;
|
||||
int rc = zmq_setsockopt (receiver, ZMQ_RCVTIMEO, &timeout, sizeof (int));
|
||||
assert (rc == 0);
|
||||
|
||||
|
Reference in New Issue
Block a user