561fcd2
diff -up ./test/Main_fuzz_test.c.fuzz ./test/Main_fuzz_test.c
561fcd2
--- ./test/Main_fuzz_test.c.fuzz	2019-05-08 19:31:34.995364838 -0400
561fcd2
+++ ./test/Main_fuzz_test.c	2019-05-08 19:31:51.955608910 -0400
561fcd2
@@ -59,8 +59,8 @@ static Iface_DEFUN incomingTun(struct Me
561fcd2
 static void notLinkedYet(struct Context* ctx)
561fcd2
 {
561fcd2
     uint64_t now = Time_currentTimeMilliseconds(ctx->base);
561fcd2
-    if ((now - ctx->startTime) > 5000) {
561fcd2
-        Assert_failure("Failed to link in 5 seconds");
561fcd2
+    if ((now - ctx->startTime) > 100000) {
561fcd2
+        Assert_failure("Failed to link in 100 seconds");
561fcd2
     }
561fcd2
 }
561fcd2