increase timeout for find peer request, since it relies on host key generation, which...
authorNathan S. Evans <evans@in.tum.de>
Fri, 20 Aug 2010 16:31:55 +0000 (16:31 +0000)
committerNathan S. Evans <evans@in.tum.de>
Fri, 20 Aug 2010 16:31:55 +0000 (16:31 +0000)
src/dht/test_dht_api.c

index f4d41e2bcb89edc0dc0b815892e74db93f08e806..797270d1affd763c276bbdf7c80109bf9e77ddc0 100644 (file)
@@ -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)?