larger timeouts for sparky
authorChristian Grothoff <christian@grothoff.org>
Tue, 7 Sep 2010 09:36:42 +0000 (09:36 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 7 Sep 2010 09:36:42 +0000 (09:36 +0000)
src/fs/test_gnunet_service_fs_migration.c

index 78113252167aef08a2642730e45b8a0b4922b96a..ae502158e88dc7389eac18d3497340ce92cbc434 100644 (file)
 /**
  * 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