diff options
Diffstat (limited to 'tests/sub_forward.cpp')
-rw-r--r-- | tests/sub_forward.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sub_forward.cpp b/tests/sub_forward.cpp index cfff043..6d385de 100644 --- a/tests/sub_forward.cpp +++ b/tests/sub_forward.cpp @@ -62,7 +62,7 @@ int XS_TEST_MAIN () assert (rc >= 0); // Wait a bit till the subscription gets to the publisher. - xs_sleep (1); + sleep (1); // Send an empty message. rc = xs_send (pub, NULL, 0, 0); |