aboutsummaryrefslogtreecommitdiff
path: root/src/fs/perf_gnunet_service_fs_p2p.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-20 13:55:28 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-20 13:55:28 +0000
commit1b1a570e19e1436618088ea8a1cccd0cec9f181a (patch)
tree6c6566c9b1ba4b23179d2a4909d142ce861421fc /src/fs/perf_gnunet_service_fs_p2p.c
parent87dfec2d1ab5b212840906fead33a50ea3a6a95e (diff)
downloadgnunet-1b1a570e19e1436618088ea8a1cccd0cec9f181a.tar.gz
gnunet-1b1a570e19e1436618088ea8a1cccd0cec9f181a.zip
finding causes
Diffstat (limited to 'src/fs/perf_gnunet_service_fs_p2p.c')
-rw-r--r--src/fs/perf_gnunet_service_fs_p2p.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/perf_gnunet_service_fs_p2p.c b/src/fs/perf_gnunet_service_fs_p2p.c
index 5d8b726dc..ac4458994 100644
--- a/src/fs/perf_gnunet_service_fs_p2p.c
+++ b/src/fs/perf_gnunet_service_fs_p2p.c
@@ -37,7 +37,7 @@
37/** 37/**
38 * How long until we give up on transmitting the message? 38 * How long until we give up on transmitting the message?
39 */ 39 */
40#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 3) 40#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 300)
41 41
42#define NUM_DAEMONS 2 42#define NUM_DAEMONS 2
43 43