aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-10-11 11:39:05 +0000
committerBart Polot <bart@net.in.tum.de>2012-10-11 11:39:05 +0000
commit251766755c47034f476961451bc0821aaf93cfb8 (patch)
tree183f58f898cf48e94252bc62db6656c0f88d5ecd /src
parentccd83827be97d2de6a592e7bb65c3487e14d7fbc (diff)
downloadgnunet-251766755c47034f476961451bc0821aaf93cfb8.tar.gz
gnunet-251766755c47034f476961451bc0821aaf93cfb8.zip
- arm doesn't have time to finish in 30s
Diffstat (limited to 'src')
-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 3b0bfeaf5..c5afd576a 100644
--- a/src/mesh/test_mesh_small.c
+++ b/src/mesh/test_mesh_small.c
@@ -56,7 +56,7 @@ struct MeshPeer
56/** 56/**
57 * Time to wait for stuff that should be rather fast 57 * Time to wait for stuff that should be rather fast
58 */ 58 */
59#define SHORT_TIME GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30) 59#define SHORT_TIME GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60)
60 60
61/** 61/**
62 * DIFFERENT TESTS TO RUN 62 * DIFFERENT TESTS TO RUN