aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-09 14:15:32 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-09 14:15:32 +0100
commitc90f0884dd3be83b7ddaa3de6ed32a3935d5a522 (patch)
tree39693ee2aed3d587009e015cfc6e28b99eaa60d5
parentb3c485774524f2c4799a46278305070b3a710277 (diff)
downloadgnunet-gtk-c90f0884dd3be83b7ddaa3de6ed32a3935d5a522.tar.gz
gnunet-gtk-c90f0884dd3be83b7ddaa3de6ed32a3935d5a522.zip
need higher timeout
-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 a62c4d8e..e46b9ef4 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, 2) 33#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 15)
34 34
35 35
36/** 36/**