From 68ca589910e063e4df8d4e43cb4546029ee35f44 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 6 Dec 2010 14:30:29 +0000 Subject: [PATCH] sparcbot requires longer timeout --- src/core/test_core_quota_compliance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/test_core_quota_compliance.c b/src/core/test_core_quota_compliance.c index 6c5a528ec..f5b5c0d92 100644 --- a/src/core/test_core_quota_compliance.c +++ b/src/core/test_core_quota_compliance.c @@ -55,7 +55,7 @@ /** * How long until we give up on transmitting the message? */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 180) /** * What delay do we request from the core service for transmission? -- 2.25.1