increase timeout to give sparc buildbot a chance
authorNathan S. Evans <evans@in.tum.de>
Wed, 22 Sep 2010 16:32:35 +0000 (16:32 +0000)
committerNathan S. Evans <evans@in.tum.de>
Wed, 22 Sep 2010 16:32:35 +0000 (16:32 +0000)
src/topology/test_gnunet_daemon_topology.c

index 62dc576eb98c5a0459f7d5fbb855c760f44f1d80..45027520baffe423ff4be0bec72ebacf119b302a 100644 (file)
@@ -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