aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-10-19 00:07:55 +0000
committerBart Polot <bart@net.in.tum.de>2012-10-19 00:07:55 +0000
commit5561c3c11144e78deef28dd43bb8036de12ebc16 (patch)
treee4383ef4c8768a4b64f32f6c7e10873c503a7998 /src
parentf6dfb2991a3f8090f288b58416240657b2a59996 (diff)
downloadgnunet-5561c3c11144e78deef28dd43bb8036de12ebc16.tar.gz
gnunet-5561c3c11144e78deef28dd43bb8036de12ebc16.zip
- allow slow botnets enough time
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 0ffea36b4..dcbbbbb54 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, 10) 59#define SHORT_TIME GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 20)
60 60
61/** 61/**
62 * DIFFERENT TESTS TO RUN 62 * DIFFERENT TESTS TO RUN