fixing common off-by-one error with respect to maximum message size
[oweals/gnunet.git] / src / fs / test_gnunet_service_fs_migration.c
index c1b00658b2442988fcb0d29aa35d89d13781e877..b0aa3eebfde84a48a4d70f8ccf1cec806f3f152b 100644 (file)
@@ -37,7 +37,7 @@
 /**
  * How long until we give up on transmitting the message?
  */
-#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5)
+#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60)
 
 /**
  * How long do we give the peers for content migration?