aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-09-23 07:43:46 +0000
committerNathan S. Evans <evans@in.tum.de>2010-09-23 07:43:46 +0000
commit189c564e06e8e3df414540734cc76a904bab4812 (patch)
tree851e0f3d7165b8aca481965cb963881c7d4c8234 /src/dht/test_dht_api.c
parent9c32f6a7fab6f0fbf26d9ded338f6733068a45e0 (diff)
downloadgnunet-189c564e06e8e3df414540734cc76a904bab4812.tar.gz
gnunet-189c564e06e8e3df414540734cc76a904bab4812.zip
longer timeout, give chance for success on sparcbot
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 797270d1a..4b5728811 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, 120) 46#define TOTAL_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 360)
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)?