Increase full sync time to 32 hours (#5172)

This commit is contained in:
teor 2022-09-16 00:55:24 +10:00 committed by GitHub
parent e48e8e5572
commit d6781de5e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ pub const FINISH_PARTIAL_SYNC_TIMEOUT: Duration = Duration::from_secs(11 * 60 *
/// The maximum time to wait for Zebrad to synchronize up to the chain tip starting from the /// The maximum time to wait for Zebrad to synchronize up to the chain tip starting from the
/// genesis block. /// genesis block.
pub const FINISH_FULL_SYNC_TIMEOUT: Duration = Duration::from_secs(28 * 60 * 60); pub const FINISH_FULL_SYNC_TIMEOUT: Duration = Duration::from_secs(32 * 60 * 60);
/// The test sync height where we switch to using the default lookahead limit. /// The test sync height where we switch to using the default lookahead limit.
/// ///