aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_gnunet_service_fs_p2p.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-21 15:14:14 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-21 15:14:14 +0000
commit41700b6cb0345080513d82bdbe2dbe33c8654491 (patch)
treefeab3a7f27cdadd01897239c86cbdd137da55b8f /src/fs/test_gnunet_service_fs_p2p.c
parentbbf3c4e04289295df264539e1017f3778f45f97f (diff)
downloadgnunet-41700b6cb0345080513d82bdbe2dbe33c8654491.tar.gz
gnunet-41700b6cb0345080513d82bdbe2dbe33c8654491.zip
wip
Diffstat (limited to 'src/fs/test_gnunet_service_fs_p2p.c')
-rw-r--r--src/fs/test_gnunet_service_fs_p2p.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/test_gnunet_service_fs_p2p.c b/src/fs/test_gnunet_service_fs_p2p.c
index 3bb808c48..91cfda0eb 100644
--- a/src/fs/test_gnunet_service_fs_p2p.c
+++ b/src/fs/test_gnunet_service_fs_p2p.c
@@ -34,9 +34,9 @@
34#define FILESIZE (1024 * 1024 * 2) 34#define FILESIZE (1024 * 1024 * 2)
35 35
36/** 36/**
37 * How long until we give up on transmitting the message? 37 * How long until we give up on the download?
38 */ 38 */
39#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 600) 39#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60)
40 40
41#define NUM_DAEMONS 2 41#define NUM_DAEMONS 2
42 42