From 956380b60d975e1a86784dae08555d6acdedb3b2 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Thu, 23 Sep 2010 07:45:12 +0000 Subject: [PATCH] even longer timeout, still timing out on hostkey generation (sparcbot) --- src/topology/test_gnunet_daemon_topology.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/topology/test_gnunet_daemon_topology.c b/src/topology/test_gnunet_daemon_topology.c index 45027520b..a78ea671a 100644 --- a/src/topology/test_gnunet_daemon_topology.c +++ b/src/topology/test_gnunet_daemon_topology.c @@ -31,7 +31,7 @@ /** * How long until we give up on connecting the peers? */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 180) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 360) #define CONNECT_ATTEMPTS 3 -- 2.25.1