From: Christian Grothoff Date: Fri, 21 Oct 2016 20:39:49 +0000 (+0000) Subject: test needs larger timeout to pass X-Git-Tag: initial-import-from-subversion-38251~77 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f4ab28b29fc1b4ea87f35c43611f84add4af32d7;p=oweals%2Fgnunet.git test needs larger timeout to pass --- diff --git a/src/transport/test_transport_address_switch.c b/src/transport/test_transport_address_switch.c index 9217d8f90..704025a49 100644 --- a/src/transport/test_transport_address_switch.c +++ b/src/transport/test_transport_address_switch.c @@ -51,7 +51,7 @@ /** * Testcase timeout */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 10) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30) static struct GNUNET_TRANSPORT_TESTING_ConnectCheckContext *ccc;