aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-31 22:44:55 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-31 22:44:55 +0000
commit250df3f756a37bf79b03d043a67f95b5f7a72051 (patch)
tree1ed7d290ca10ccacd014c6a79f7c67361c5e2d0a
parent3bdd0b78882ebcf5d9e8b857b31f51f7f4fc7b1c (diff)
downloadgnunet-gtk-250df3f756a37bf79b03d043a67f95b5f7a72051.tar.gz
gnunet-gtk-250df3f756a37bf79b03d043a67f95b5f7a72051.zip
-need a longer timeout for UPNP to have a chance to succeed
-rw-r--r--src/setup/gnunet-setup-transport-test.c2
1 files changed, 1 insertions, 1 deletions
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 @@
30/** 30/**
31 * How long do we wait for the NAT test to report success? 31 * How long do we wait for the NAT test to report success?
32 */ 32 */
33#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 1) 33#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 15)
34 34
35 35
36struct TestContext 36struct TestContext