From 29074f47416133c9d8443019c84f4c222f274c0c Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 30 Nov 2011 10:23:29 +0000 Subject: [PATCH] - Even longer timeout to allow SPARC to finish testcase --- 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 f273b04ab..50af25b0c 100644 --- a/src/mesh/test_mesh_small.c +++ b/src/mesh/test_mesh_small.c @@ -55,7 +55,7 @@ struct StatsContext /** * Time to wait for stuff that should be rather fast */ -#define SHORT_TIME GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 90) +#define SHORT_TIME GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 120) /** * DIFFERENT TESTS TO RUN -- 2.25.1