From: Christian Grothoff Date: Tue, 4 Oct 2011 21:20:27 +0000 (+0000) Subject: increase timeout to hopefully fix issues on slow buildbots X-Git-Tag: initial-import-from-subversion-38251~16805 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2a9710eebee992c9585178793bca604e93b21d3a;p=oweals%2Fgnunet.git increase timeout to hopefully fix issues on slow buildbots --- diff --git a/src/nse/test_nse_multipeer.c b/src/nse/test_nse_multipeer.c index 4b4dbe7b9..435cdabf4 100644 --- a/src/nse/test_nse_multipeer.c +++ b/src/nse/test_nse_multipeer.c @@ -51,7 +51,7 @@ struct NSEPeer *peer_tail; /** * How long do we run the test? */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 300) static int ok;