aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_common_logging_dummy.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-18 09:33:36 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-18 09:33:36 +0000
commit93bfa19afe98d3cc43606201a560437f465774e0 (patch)
tree770b76bb8967e02a280e2fdd67bc8b372a5bc93c /src/util/test_common_logging_dummy.c
parent2a273db5b90374750b73823bb08bea8dcd6e597b (diff)
downloadgnunet-93bfa19afe98d3cc43606201a560437f465774e0.tar.gz
gnunet-93bfa19afe98d3cc43606201a560437f465774e0.zip
-pi can be slower than this (see build 1241)
Diffstat (limited to 'src/util/test_common_logging_dummy.c')
-rw-r--r--src/util/test_common_logging_dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_common_logging_dummy.c b/src/util/test_common_logging_dummy.c
index fcdf9cd27..e552eaffc 100644
--- a/src/util/test_common_logging_dummy.c
+++ b/src/util/test_common_logging_dummy.c
@@ -35,7 +35,7 @@
35 * This must be long enough for us to not to mistake skipped log call 35 * This must be long enough for us to not to mistake skipped log call
36 * on a slow machine for a non-skipped one. 36 * on a slow machine for a non-skipped one.
37 */ 37 */
38#define OUTPUT_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MICROSECONDS, 200) 38#define OUTPUT_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MICROSECONDS, 1000)
39 39
40static void 40static void
41my_log (void *ctx, enum GNUNET_ErrorType kind, const char *component, 41my_log (void *ctx, enum GNUNET_ErrorType kind, const char *component,