shutdown callback
[oweals/gnunet.git] / src / fs / test_gnunet_service_fs_migration.c
index 8b68da2fbaea010b3a637996bcdc6182abf8bddf..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?
@@ -243,7 +243,6 @@ main (int argc, char *argv[])
                    "WARNING",
 #endif
                    NULL);
-  system ("netstat -ntpl");
   GNUNET_PROGRAM_run ((sizeof (argvx) / sizeof (char *)) - 1,
                       argvx, "test-gnunet-service-fs-migration",
                      "nohelp", options, &run, NULL);