From 8cd4ba50587210cbf8e99b8953dba14660443436 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 28 May 2010 07:08:33 +0000 Subject: [PATCH] --- src/transport/plugin_transport_http.c | 1 - src/transport/test_plugin_transport_http.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c index 730e7a777..03f57c7ce 100644 --- a/src/transport/plugin_transport_http.c +++ b/src/transport/plugin_transport_http.c @@ -1064,7 +1064,6 @@ libgnunet_plugin_transport_http_done (void *cls) } /* GNUNET_SERVICE_stop (plugin->service); */ - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"Freeing plugin\n",cs->ip); GNUNET_free (plugin); GNUNET_free (api); return NULL; diff --git a/src/transport/test_plugin_transport_http.c b/src/transport/test_plugin_transport_http.c index 0596f8992..ed6a5165d 100644 --- a/src/transport/test_plugin_transport_http.c +++ b/src/transport/test_plugin_transport_http.c @@ -52,7 +52,7 @@ /** * How long until we give up on transmitting the message? */ -#define TEST_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 20) +#define TEST_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5) /** * How long between recieve and send? -- 2.25.1