From ffc8efb1039f1a96c415ddeec1854aec9d09e896 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Fri, 24 Sep 2010 08:17:07 +0000 Subject: [PATCH] insane timeout for testcase --- 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 a78ea671a..f6b671dc0 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, 360) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 600) #define CONNECT_ATTEMPTS 3 -- 2.25.1