summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 29e407439..169a7f7a2 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, 360) 46#define TOTAL_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 600)
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)?