Skip to content

Commit

Permalink
Merge of #5172
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Sep 15, 2022
2 parents e48e8e5 + 4f909ce commit af5ed80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/tests/common/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
/// 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.
///
Expand Down

0 comments on commit af5ed80

Please sign in to comment.