From 1c5a459f771747138189e06fa5f261f48365a4d5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 8 Mar 2010 20:44:13 +0000 Subject: [PATCH] relax --- src/fs/test_gnunet_service_fs_p2p.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ /** * How long until we give up on transmitting the message? */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 120) #define NUM_DAEMONS 2 -- 2.25.1