aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-08-20 16:31:55 +0000
committerNathan S. Evans <evans@in.tum.de>2010-08-20 16:31:55 +0000
commit375bc5e4bd829694f84920329340160ecf5f95b5 (patch)
tree266ff655da7b1d946fc7ac8616edeb64bb36eef6 /src/dht/test_dht_api.c
parent91ea3c56fe0dd7adef901983a6cebbbe5d90e526 (diff)
downloadgnunet-375bc5e4bd829694f84920329340160ecf5f95b5.tar.gz
gnunet-375bc5e4bd829694f84920329340160ecf5f95b5.zip
increase timeout for find peer request, since it relies on host key generation, which may be slow on some machines
Diffstat (limited to 'src/dht/test_dht_api.c')
-rw-r--r--src/dht/test_dht_api.c2
1 files changed, 1 insertions, 1 deletions
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 @@
43/** 43/**
44 * How long until we really give up on a particular testcase portion? 44 * How long until we really give up on a particular testcase portion?
45 */ 45 */
46#define TOTAL_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 50) 46#define TOTAL_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 120)
47 47
48/** 48/**
49 * How long until we give up on any particular operation (and retry)? 49 * How long until we give up on any particular operation (and retry)?