aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_gnunet_service_fs_migration.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-07 09:36:42 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-07 09:36:42 +0000
commitd43e48223cf597757b421d720719a7f921ea38a5 (patch)
tree0528c0cdfcaf0e7d6c13418ccd2a456c9302a15b /src/fs/test_gnunet_service_fs_migration.c
parent5a2bbbb7ee0efd49a485eaf6046515f6281bd04d (diff)
downloadgnunet-d43e48223cf597757b421d720719a7f921ea38a5.tar.gz
gnunet-d43e48223cf597757b421d720719a7f921ea38a5.zip
larger timeouts for sparky
Diffstat (limited to 'src/fs/test_gnunet_service_fs_migration.c')
-rw-r--r--src/fs/test_gnunet_service_fs_migration.c4
1 files changed, 2 insertions, 2 deletions
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 @@
37/** 37/**
38 * How long until we give up on transmitting the message? 38 * How long until we give up on transmitting the message?
39 */ 39 */
40#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) 40#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 120)
41 41
42/** 42/**
43 * How long do we give the peers for content migration? 43 * How long do we give the peers for content migration?
44 */ 44 */
45#define MIGRATION_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5) 45#define MIGRATION_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 15)
46 46
47#define SEED 42 47#define SEED 42
48 48