aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_gnunet_service_fs_p2p.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-08 20:44:13 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-08 20:44:13 +0000
commit1c5a459f771747138189e06fa5f261f48365a4d5 (patch)
tree92b35b77c027652af82bb11d1a10b1d12c23705d /src/fs/test_gnunet_service_fs_p2p.c
parent462ed5a2d3471671716a8e72221cdf5ed5504a22 (diff)
downloadgnunet-1c5a459f771747138189e06fa5f261f48365a4d5.tar.gz
gnunet-1c5a459f771747138189e06fa5f261f48365a4d5.zip
relax
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 715d5b442..7b6a765d4 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 transmitting the message? 37 * How long until we give up on transmitting the message?
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, 120)
40 40
41#define NUM_DAEMONS 2 41#define NUM_DAEMONS 2
42 42