diff options
Diffstat (limited to 'tests/compat_pipeline.c')
| -rw-r--r-- | tests/compat_pipeline.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/compat_pipeline.c b/tests/compat_pipeline.c index 380300f6..4ed58af7 100644 --- a/tests/compat_pipeline.c +++ b/tests/compat_pipeline.c @@ -39,12 +39,13 @@ int main () test_bind (push1, SOCKET_ADDRESS); pull1 = test_socket (AF_SP, NN_PULL); test_connect (pull1, SOCKET_ADDRESS); + nn_sleep (20); pull2 = test_socket (AF_SP, NN_PULL); test_connect (pull2, SOCKET_ADDRESS); /* Wait till both connections are established to get messages spread evenly between the two pull sockets. */ - nn_sleep (10); + nn_sleep (20); test_send (push1, "ABC"); test_send (push1, "DEF"); |
