From 65f29cbee10775c4ec627f01c115d1bebea88642 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Fri, 29 Jan 2010 16:20:16 +0000 Subject: [PATCH] comment fix --- src/transport/test_transport_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c index c03f9dec7..dd9321546 100644 --- a/src/transport/test_transport_api.c +++ b/src/transport/test_transport_api.c @@ -223,7 +223,7 @@ exchange_hello_last (void *cls, GNUNET_TRANSPORT_offer_hello (p1.th, message); - /*sleep(10);*/ /* Make sure we are not falling prey to the "favorable timing" bug... + /*sleep(1);*/ /* Make sure we are not falling prey to the "favorable timing" bug... */ /* both HELLOs exchanged, get ready to test transmission! */ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, -- 2.25.1