From: Nathan S. Evans Date: Thu, 23 Sep 2010 07:43:46 +0000 (+0000) Subject: longer timeout, give chance for success on sparcbot X-Git-Tag: initial-import-from-subversion-38251~20264 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=189c564e06e8e3df414540734cc76a904bab4812;p=oweals%2Fgnunet.git longer timeout, give chance for success on sparcbot --- 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 @@ /** * How long until we really give up on a particular testcase portion? */ -#define TOTAL_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 120) +#define TOTAL_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 360) /** * How long until we give up on any particular operation (and retry)?