Increased timeout
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 1 Sep 2010 10:48:40 +0000 (10:48 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 1 Sep 2010 10:48:40 +0000 (10:48 +0000)
Just a test if it fixes the freebsd problems

src/transport/test_transport_api_reliability.c

index 4208229f7ecd6bd5332e8e795b834e326f76770c..204dac7bf580cbf61c06c637876c2b2d886e3a59 100644 (file)
@@ -52,7 +52,7 @@
 /**
  * How long until we give up on transmitting the message?
  */
-#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 150)
+#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 1500)
 
 #define MTYPE 12345