aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_gnunet_service_fs_p2p.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-27 20:25:46 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-27 20:25:46 +0000
commitb8fbe0e5afeb7995a919061788161d9ce5d9b099 (patch)
treeb62dda6e1f793400c4f2ca03c4b4a886b3f08df1 /src/fs/test_gnunet_service_fs_p2p.c
parentfc3809cc87d923552bc1c8ba20008f08174ad84d (diff)
downloadgnunet-b8fbe0e5afeb7995a919061788161d9ce5d9b099.tar.gz
gnunet-b8fbe0e5afeb7995a919061788161d9ce5d9b099.zip
fix
Diffstat (limited to 'src/fs/test_gnunet_service_fs_p2p.c')
-rw-r--r--src/fs/test_gnunet_service_fs_p2p.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_gnunet_service_fs_p2p.c b/src/fs/test_gnunet_service_fs_p2p.c
index 91cfda0eb..ecab77396 100644
--- a/src/fs/test_gnunet_service_fs_p2p.c
+++ b/src/fs/test_gnunet_service_fs_p2p.c
@@ -36,7 +36,7 @@
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, 60) 39#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
40 40
41#define NUM_DAEMONS 2 41#define NUM_DAEMONS 2
42 42