increase timeout to fix #1872:
authorChristian Grothoff <christian@grothoff.org>
Thu, 3 Nov 2011 13:28:59 +0000 (13:28 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 3 Nov 2011 13:28:59 +0000 (13:28 +0000)
src/util/test_server.c

index 360c9c2425e5536cd0d6c494952fbd665ebd535f..8adde5346bc969075305524112edb9ffbf2496b5 100644 (file)
@@ -32,7 +32,7 @@
 
 #define PORT 12435
 
-#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 250)
+#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 2)
 
 #define MY_TYPE 128
 #define MY_TYPE2 129
@@ -139,7 +139,7 @@ static size_t
 transmit_initial_message (void *cls, size_t size, void *buf)
 {
   struct GNUNET_MessageHeader msg;
-
+  
   GNUNET_assert (ok == 1);
   ok = 2;
   GNUNET_assert (size >= sizeof (struct GNUNET_MessageHeader));