increasing timeout
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 23 Sep 2011 14:02:47 +0000 (14:02 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 23 Sep 2011 14:02:47 +0000 (14:02 +0000)
src/transport/test_transport_api_unreliability.c

index a1a4517f8b45f835a26b29a118dfee0b4be438a6..5d4f868204158f28ae6f544f271b5b34e3d9e24d 100644 (file)
 /**
  * Testcase timeout
  */
-#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60)
+#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 900)
 
 /**
  * How long until we give up on transmitting the message?
  */
-#define TIMEOUT_TRANSMIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 10)
+#define TIMEOUT_TRANSMIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60)
 
 static char *test_source;