gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12696 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r12696 - gnunet/src/dht
Date: Fri, 20 Aug 2010 18:31:55 +0200

Author: nevans
Date: 2010-08-20 18:31:55 +0200 (Fri, 20 Aug 2010)
New Revision: 12696

Modified:
   gnunet/src/dht/test_dht_api.c
Log:
increase timeout for find peer request, since it relies on host key generation, 
which may be slow on some machines

Modified: gnunet/src/dht/test_dht_api.c
===================================================================
--- gnunet/src/dht/test_dht_api.c       2010-08-20 16:26:12 UTC (rev 12695)
+++ gnunet/src/dht/test_dht_api.c       2010-08-20 16:31:55 UTC (rev 12696)
@@ -43,7 +43,7 @@
 /**
  * How long until we really give up on a particular testcase portion?
  */
-#define TOTAL_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 
50)
+#define TOTAL_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 
120)
 
 /**
  * How long until we give up on any particular operation (and retry)?




reply via email to

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