aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-06 19:13:04 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-06 19:13:04 +0000
commit570c4ecd8e046edb8d886521f0a332f69b34beda (patch)
treee215982a5b03ca487aa520ad09408f550314e557 /src/vpn
parent778572120eb274c1e2b64b998b18bcea508d746c (diff)
downloadgnunet-570c4ecd8e046edb8d886521f0a332f69b34beda.tar.gz
gnunet-570c4ecd8e046edb8d886521f0a332f69b34beda.zip
-sparcbot likely simply needs a longer timeout
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/test_gnunet_vpn.c2
1 files changed, 1 insertions, 1 deletions
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 @@
35 35
36#define VERBOSE GNUNET_NO 36#define VERBOSE GNUNET_NO
37 37
38#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 45) 38#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300)
39 39
40struct PeerContext 40struct PeerContext
41{ 41{