aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-11-29 12:13:48 +0000
committerBart Polot <bart@net.in.tum.de>2011-11-29 12:13:48 +0000
commitc1fd64da4f09f1d017b2433ab172fe1c9a52e09c (patch)
treea445888983dd1fb672eae1a45259e4c5f54bc8c0
parentd155690a24d645e746d7cd12e5c1d47646d96558 (diff)
downloadgnunet-c1fd64da4f09f1d017b2433ab172fe1c9a52e09c.tar.gz
gnunet-c1fd64da4f09f1d017b2433ab172fe1c9a52e09c.zip
- allow slower buildbots to finish tests
-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 7a7bd0c42..93215f3cd 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, 30) 58#define SHORT_TIME GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 90)
59 59
60/** 60/**
61 * DIFFERENT TESTS TO RUN 61 * DIFFERENT TESTS TO RUN