summaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-12-23 16:51:46 +0000
committerNathan S. Evans <evans@in.tum.de>2010-12-23 16:51:46 +0000
commit41915db92e387410c82a290b69b8d800589a3700 (patch)
tree00a638fa40c4026fba7187edabd33fae915c6dbf /src/dht/test_dht_api.c
parent54ee18bd5f06e071f910f92f559a4e1701de6faa (diff)
downloadgnunet-41915db92e387410c82a290b69b8d800589a3700.tar.gz
gnunet-41915db92e387410c82a290b69b8d800589a3700.zip
is sparc problem a timeout issue?
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 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)?