gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17962 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r17962 - gnunet/src/util
Date: Thu, 3 Nov 2011 14:28:59 +0100

Author: grothoff
Date: 2011-11-03 14:28:59 +0100 (Thu, 03 Nov 2011)
New Revision: 17962

Modified:
   gnunet/src/util/test_server.c
Log:
increase timeout to fix #1872:


Modified: gnunet/src/util/test_server.c
===================================================================
--- gnunet/src/util/test_server.c       2011-11-03 13:24:10 UTC (rev 17961)
+++ gnunet/src/util/test_server.c       2011-11-03 13:28:59 UTC (rev 17962)
@@ -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 @@
 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));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]