(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 28 May 2010 07:08:33 +0000 (07:08 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 28 May 2010 07:08:33 +0000 (07:08 +0000)
src/transport/plugin_transport_http.c
src/transport/test_plugin_transport_http.c

index 730e7a7771964357d7cae45e02c611aa632c03cd..03f57c7cee6eabc1ff75341ef4885750dd67b2e1 100644 (file)
@@ -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;
index 0596f89923a37222e72cb892d597fbe6a7c32044..ed6a5165d260f84d4111d94f081706924edb73cb 100644 (file)
@@ -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?