From 570c4ecd8e046edb8d886521f0a332f69b34beda Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 6 May 2012 19:13:04 +0000 Subject: [PATCH] -sparcbot likely simply needs a longer timeout --- src/vpn/test_gnunet_vpn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vpn/test_gnunet_vpn.c b/src/vpn/test_gnunet_vpn.c index 4953e2410..f61bae102 100644 --- a/src/vpn/test_gnunet_vpn.c +++ b/src/vpn/test_gnunet_vpn.c @@ -35,7 +35,7 @@ #define VERBOSE GNUNET_NO -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 45) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300) struct PeerContext { -- 2.25.1