From 9761f2065f0ed797d0133388b94ee8e169ab6013 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 17 Jul 2012 17:30:04 +0000 Subject: [PATCH] - give slow machines more time to complete the test --- src/mesh/test_mesh_regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/test_mesh_regex.c b/src/mesh/test_mesh_regex.c index 5ecfe1753..002ffa8de 100644 --- a/src/mesh/test_mesh_regex.c +++ b/src/mesh/test_mesh_regex.c @@ -34,7 +34,7 @@ /** * How long until we give up on connecting the peers? */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300) /** * Time to wait for stuff that should be rather fast -- 2.25.1