From 9f589c7d5e5df521c5fc99d51e876a6fdcd24fa1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 27 May 2010 12:15:12 +0000 Subject: logging, minor fixes --- src/fs/test_gnunet_service_fs_migration.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/fs/test_gnunet_service_fs_migration.c') diff --git a/src/fs/test_gnunet_service_fs_migration.c b/src/fs/test_gnunet_service_fs_migration.c index 94e959f14..9cf8c3773 100644 --- a/src/fs/test_gnunet_service_fs_migration.c +++ b/src/fs/test_gnunet_service_fs_migration.c @@ -37,12 +37,12 @@ /** * How long until we give up on transmitting the message? */ -#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 600) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5) /** * How long do we give the peers for content migration? */ -#define MIGRATION_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) +#define MIGRATION_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5) #define SEED 42 @@ -236,7 +236,7 @@ main (int argc, char *argv[]) GNUNET_GETOPT_OPTION_END }; - GNUNET_DISK_directory_remove ("/tmp/gnunet-test-fs-lib/"); + GNUNET_DISK_directory_remove ("/tmp/test-gnunet-service-fs-migration/"); GNUNET_log_setup ("test_gnunet_service_fs_migration", #if VERBOSE "DEBUG", @@ -247,7 +247,7 @@ main (int argc, char *argv[]) GNUNET_PROGRAM_run ((sizeof (argvx) / sizeof (char *)) - 1, argvx, "test-gnunet-service-fs-migration", "nohelp", options, &run, NULL); - GNUNET_DISK_directory_remove ("/tmp/gnunet-test-fs-lib/"); + GNUNET_DISK_directory_remove ("/tmp/test-gnunet-service-fs-migration/"); return ok; } -- cgit v1.2.3