From: Nathan S. Evans Date: Wed, 22 Sep 2010 16:32:35 +0000 (+0000) Subject: increase timeout to give sparc buildbot a chance X-Git-Tag: initial-import-from-subversion-38251~20266 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b5aad3d89699df1d0b81f87df307796ebabd9bcc;p=oweals%2Fgnunet.git increase timeout to give sparc buildbot a chance --- diff --git a/src/topology/test_gnunet_daemon_topology.c b/src/topology/test_gnunet_daemon_topology.c index 62dc576eb..45027520b 100644 --- a/src/topology/test_gnunet_daemon_topology.c +++ b/src/topology/test_gnunet_daemon_topology.c @@ -31,7 +31,7 @@ /** * How long until we give up on connecting the peers? */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 180) #define CONNECT_ATTEMPTS 3