From 250df3f756a37bf79b03d043a67f95b5f7a72051 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 31 Oct 2012 22:44:55 +0000 Subject: -need a longer timeout for UPNP to have a chance to succeed --- src/setup/gnunet-setup-transport-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup/gnunet-setup-transport-test.c b/src/setup/gnunet-setup-transport-test.c index 87f8fc9f..e4b31850 100644 --- a/src/setup/gnunet-setup-transport-test.c +++ b/src/setup/gnunet-setup-transport-test.c @@ -30,7 +30,7 @@ /** * How long do we wait for the NAT test to report success? */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 1) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 15) struct TestContext -- cgit v1.2.3