From 8bbafd6c2a3f68b67d82dfb221221ab37ea4064d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 14 Jun 2011 06:36:56 +0000 Subject: [PATCH] W32 is too slow --- src/statistics/statistics_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/statistics/statistics_api.c b/src/statistics/statistics_api.c index 290a7b93f..b1d9b85aa 100644 --- a/src/statistics/statistics_api.c +++ b/src/statistics/statistics_api.c @@ -38,7 +38,7 @@ * a value times out? (The update will be lost if the * service does not react within this timeframe). */ -#define SET_TRANSMIT_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 250) +#define SET_TRANSMIT_TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 2) /** -- 2.25.1