aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_small.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-11-30 10:23:29 +0000
committerBart Polot <bart@net.in.tum.de>2011-11-30 10:23:29 +0000
commit29074f47416133c9d8443019c84f4c222f274c0c (patch)
tree64411687110e24ee663402f23930f921a2894135 /src/mesh/test_mesh_small.c
parent1e69529629ef5c5916f07bd9f438d5173c69cd6e (diff)
downloadgnunet-29074f47416133c9d8443019c84f4c222f274c0c.tar.gz
gnunet-29074f47416133c9d8443019c84f4c222f274c0c.zip
- Even longer timeout to allow SPARC to finish testcase
Diffstat (limited to 'src/mesh/test_mesh_small.c')
-rw-r--r--src/mesh/test_mesh_small.c2
1 files changed, 1 insertions, 1 deletions
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
55/** 55/**
56 * Time to wait for stuff that should be rather fast 56 * Time to wait for stuff that should be rather fast
57 */ 57 */
58#define SHORT_TIME GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 90) 58#define SHORT_TIME GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 120)
59 59
60/** 60/**
61 * DIFFERENT TESTS TO RUN 61 * DIFFERENT TESTS TO RUN