aboutsummaryrefslogtreecommitdiff
path: root/src/topology/test_gnunet_daemon_topology.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-09-24 08:17:07 +0000
committerNathan S. Evans <evans@in.tum.de>2010-09-24 08:17:07 +0000
commitffc8efb1039f1a96c415ddeec1854aec9d09e896 (patch)
tree098199eb3ebaf09b8129a49196c5138f9d7d0864 /src/topology/test_gnunet_daemon_topology.c
parent5e1fb34b35265d8a591946e63267f568f49e5cd5 (diff)
downloadgnunet-ffc8efb1039f1a96c415ddeec1854aec9d09e896.tar.gz
gnunet-ffc8efb1039f1a96c415ddeec1854aec9d09e896.zip
insane timeout for testcase
Diffstat (limited to 'src/topology/test_gnunet_daemon_topology.c')
-rw-r--r--src/topology/test_gnunet_daemon_topology.c2
1 files changed, 1 insertions, 1 deletions
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 @@
31/** 31/**
32 * How long until we give up on connecting the peers? 32 * How long until we give up on connecting the peers?
33 */ 33 */
34#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 360) 34#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 600)
35 35
36#define CONNECT_ATTEMPTS 3 36#define CONNECT_ATTEMPTS 3
37 37