gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r17571 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r17571 - gnunet/src/transport
Date: Tue, 18 Oct 2011 11:10:03 +0200

Author: wachs
Date: 2011-10-18 11:10:03 +0200 (Tue, 18 Oct 2011)
New Revision: 17571

Modified:
   gnunet/src/transport/test_quota_compliance.c
Log:
timeout too short for slow machines


Modified: gnunet/src/transport/test_quota_compliance.c
===================================================================
--- gnunet/src/transport/test_quota_compliance.c        2011-10-18 09:00:06 UTC 
(rev 17570)
+++ gnunet/src/transport/test_quota_compliance.c        2011-10-18 09:10:03 UTC 
(rev 17571)
@@ -45,12 +45,12 @@
 /**
  * Testcase timeout
  */
-#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60)
+#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 120)
 
 /**
  * How long until we give up on transmitting the message?
  */
-#define TIMEOUT_TRANSMIT GNUNET_TIME_relative_multiply 
(GNUNET_TIME_UNIT_SECONDS, 2)
+#define TIMEOUT_TRANSMIT GNUNET_TIME_relative_multiply 
(GNUNET_TIME_UNIT_SECONDS, 20)
 
 #define DURATION GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5)
 




reply via email to

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