fixing common off-by-one error with respect to maximum message size
[oweals/gnunet.git] / src / fs / test_gnunet_service_fs_migration.c
index 9cf8c377394682517506a63d4d0bbce14e57f343..b0aa3eebfde84a48a4d70f8ccf1cec806f3f152b 100644 (file)
@@ -27,7 +27,7 @@
 #include "fs_test_lib.h"
 #include "gnunet_testing_lib.h"
 
-#define VERBOSE GNUNET_YES
+#define VERBOSE GNUNET_NO
 
 /**
  * File-size we use for testing.
@@ -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?
@@ -159,7 +159,6 @@ do_wait (void *cls,
 }
 
 
-
 static void
 do_publish (void *cls,
            const struct GNUNET_SCHEDULER_TaskContext *tc)