summaryrefslogtreecommitdiff
path: root/tests/zt.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/zt.c')
-rw-r--r--tests/zt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zt.c b/tests/zt.c
index 1e6992b4..ee6bf9cc 100644
--- a/tests/zt.c
+++ b/tests/zt.c
@@ -318,7 +318,7 @@ TestMain("ZeroTier Transport", {
So(nng_dialer_setopt(
d, NNG_OPT_ZT_HOME, path2, strlen(path2) + 1) == 0);
So(nng_dialer_start(d, 0) == 0);
-
+ nng_usleep(2000000);
});
trantest_test_extended("zt://" NWID "/*:%u", check_props);