From 6a5820a590fb6a678989e7a71bc26823f7b22fe7 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Tue, 27 Apr 2010 09:51:43 +0000 Subject: [PATCH] increase default timeout for startup (for SLOW machines) --- src/testing/testing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testing/testing.c b/src/testing/testing.c index b367129cc..1df3ad68c 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -43,7 +43,7 @@ * How long do we wait after starting gnunet-service-arm * for the core service to be alive? */ -#define ARM_START_WAIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) +#define ARM_START_WAIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 120) /** * How many times are we willing to try to wait for "scp" or -- 2.25.1