From 251766755c47034f476961451bc0821aaf93cfb8 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 11 Oct 2012 11:39:05 +0000 Subject: [PATCH] - arm doesn't have time to finish in 30s --- src/mesh/test_mesh_small.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/test_mesh_small.c b/src/mesh/test_mesh_small.c index 3b0bfeaf5..c5afd576a 100644 --- a/src/mesh/test_mesh_small.c +++ b/src/mesh/test_mesh_small.c @@ -56,7 +56,7 @@ struct MeshPeer /** * Time to wait for stuff that should be rather fast */ -#define SHORT_TIME GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30) +#define SHORT_TIME GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) /** * DIFFERENT TESTS TO RUN -- 2.25.1