diff options
Diffstat (limited to 'tests/compat_bug777.c')
| -rw-r--r-- | tests/compat_bug777.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/compat_bug777.c b/tests/compat_bug777.c index 5d19745f..90d04a73 100644 --- a/tests/compat_bug777.c +++ b/tests/compat_bug777.c @@ -34,6 +34,7 @@ int main (int argc, const char *argv[]) test_bind (sb, "inproc://pair"); sc1 = test_socket (AF_SP, NN_PAIR); test_connect (sc1, "inproc://pair"); + nng_usleep(100000); sc2 = test_socket (AF_SP, NN_PAIR); test_connect (sc2, "inproc://pair"); |
