From 189c564e06e8e3df414540734cc76a904bab4812 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Thu, 23 Sep 2010 07:43:46 +0000 Subject: [PATCH] longer timeout, give chance for success on sparcbot --- src/dht/test_dht_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dht/test_dht_api.c b/src/dht/test_dht_api.c index 797270d1a..4b5728811 100644 --- a/src/dht/test_dht_api.c +++ b/src/dht/test_dht_api.c @@ -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, 120) +#define TOTAL_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 360) /** * How long until we give up on any particular operation (and retry)? -- 2.25.1