aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_gnunet_service_fs_p2p.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-25 12:47:26 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-25 12:47:26 +0000
commitb63edb5ed888e80f7a19ad544f63d0d83e827231 (patch)
treeda51e90cd6380d764869b8ebf16c0b3352e65ebe /src/fs/test_gnunet_service_fs_p2p.c
parentb7d31cf106156f37795ecfc41f7bad07133ec653 (diff)
downloadgnunet-b63edb5ed888e80f7a19ad544f63d0d83e827231.tar.gz
gnunet-b63edb5ed888e80f7a19ad544f63d0d83e827231.zip
fixes
Diffstat (limited to 'src/fs/test_gnunet_service_fs_p2p.c')
-rw-r--r--src/fs/test_gnunet_service_fs_p2p.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/fs/test_gnunet_service_fs_p2p.c b/src/fs/test_gnunet_service_fs_p2p.c
index 4a7de8f2b..d21e700e5 100644
--- a/src/fs/test_gnunet_service_fs_p2p.c
+++ b/src/fs/test_gnunet_service_fs_p2p.c
@@ -26,18 +26,17 @@
26#include "platform.h" 26#include "platform.h"
27#include "fs_test_lib.h" 27#include "fs_test_lib.h"
28 28
29#define VERBOSE GNUNET_YES 29#define VERBOSE GNUNET_NO
30 30
31/** 31/**
32 * File-size we use for testing. 32 * File-size we use for testing.
33 */ 33 */
34#define FILESIZE (1024 * 1024 * 200) 34#define FILESIZE (1024 * 1024 * 1)
35 35
36/** 36/**
37 * How long until we give up on the download? 37 * How long until we give up on the download?
38 */ 38 */
39#define TIMEOUT GNUNET_TIME_UNIT_FOREVER_REL 39#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
40// GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
41 40
42#define NUM_DAEMONS 2 41#define NUM_DAEMONS 2
43 42