aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-25 10:24:05 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-25 10:24:05 +0000
commit1d42e5c2473b46d72c77413d1585615f744f3141 (patch)
tree25b82a2cabeabc9aa778135df3b60a60c57fdfec /src/fs
parentf1da03373b477c7e025916d3ae1b2a8891587f9e (diff)
downloadgnunet-1d42e5c2473b46d72c77413d1585615f744f3141.tar.gz
gnunet-1d42e5c2473b46d72c77413d1585615f744f3141.zip
wip
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/test_gnunet_service_fs_p2p.c7
1 files changed, 4 insertions, 3 deletions
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 @@
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_NO 29#define VERBOSE GNUNET_YES
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 * 2) 34#define FILESIZE (1024 * 1024 * 200)
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_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300) 39#define TIMEOUT GNUNET_TIME_UNIT_FOREVER_REL
40// GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
40 41
41#define NUM_DAEMONS 2 42#define NUM_DAEMONS 2
42 43