From 375bc5e4bd829694f84920329340160ecf5f95b5 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Fri, 20 Aug 2010 16:31:55 +0000 Subject: [PATCH] increase timeout for find peer request, since it relies on host key generation, which may be slow on some machines --- 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 f4d41e2bc..797270d1a 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, 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)? -- 2.25.1