From: Christian Grothoff Date: Tue, 7 Sep 2010 09:36:42 +0000 (+0000) Subject: larger timeouts for sparky X-Git-Tag: initial-import-from-subversion-38251~20428 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d43e48223cf597757b421d720719a7f921ea38a5;p=oweals%2Fgnunet.git larger timeouts for sparky --- diff --git a/src/fs/test_gnunet_service_fs_migration.c b/src/fs/test_gnunet_service_fs_migration.c index 781132521..ae502158e 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, 60) +#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 120) /** * How long do we give the peers for content migration? */ -#define MIGRATION_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5) +#define MIGRATION_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 15) #define SEED 42