From: Christian Grothoff Date: Wed, 25 May 2011 10:24:05 +0000 (+0000) Subject: wip X-Git-Tag: initial-import-from-subversion-38251~18422 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1d42e5c2473b46d72c77413d1585615f744f3141;p=oweals%2Fgnunet.git wip --- diff --git a/src/fs/test_gnunet_service_fs_p2p.c b/src/fs/test_gnunet_service_fs_p2p.c index ecab77396..4a7de8f2b 100644 --- a/src/fs/test_gnunet_service_fs_p2p.c +++ b/src/fs/test_gnunet_service_fs_p2p.c @@ -26,17 +26,18 @@ #include "platform.h" #include "fs_test_lib.h" -#define VERBOSE GNUNET_NO +#define VERBOSE GNUNET_YES /** * File-size we use for testing. */ -#define FILESIZE (1024 * 1024 * 2) +#define FILESIZE (1024 * 1024 * 200) /** * How long until we give up on the download? */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300) +#define TIMEOUT GNUNET_TIME_UNIT_FOREVER_REL +// GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300) #define NUM_DAEMONS 2