From: Matthias Wachs Date: Fri, 28 May 2010 07:08:33 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~21540 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8cd4ba50587210cbf8e99b8953dba14660443436;p=oweals%2Fgnunet.git --- 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?