aboutsummaryrefslogtreecommitdiff
path: root/src/platform/ipc_stream_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform/ipc_stream_test.c')
-rw-r--r--src/platform/ipc_stream_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/platform/ipc_stream_test.c b/src/platform/ipc_stream_test.c
index 4cc7f16d..e1ee86b0 100644
--- a/src/platform/ipc_stream_test.c
+++ b/src/platform/ipc_stream_test.c
@@ -124,8 +124,8 @@ test_ipc_listen_activation(void)
NUTS_PASS(nng_aio_alloc(&aio1, NULL, NULL));
NUTS_PASS(nng_aio_alloc(&aio2, NULL, NULL));
- nng_aio_set_timeout(aio1, 2000);
- nng_aio_set_timeout(aio2, 2000);
+ nng_aio_set_timeout(aio1, 20000);
+ nng_aio_set_timeout(aio2, 20000);
NUTS_PASS(nng_stream_listener_alloc(&l1, addr));
NUTS_PASS(nng_stream_listener_listen(l1));