diff options
| -rw-r--r-- | tests/pubsub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pubsub.c b/tests/pubsub.c index 33858f92..f78c5300 100644 --- a/tests/pubsub.c +++ b/tests/pubsub.c @@ -104,7 +104,7 @@ Main({ So(nng_setopt(sub, NNG_OPT_SUBSCRIBE, "/some/", strlen("/some/")) == 0); - rtimeo = 50000; // 50ms + rtimeo = 500000; // 500ms So(nng_setopt(sub, NNG_OPT_RCVTIMEO, &rtimeo, sizeof (rtimeo)) == 0); So(nng_msg_alloc(&msg, 0) == 0); |
