Allow full sync tests to take 42 hours (#5708)
This commit is contained in:
parent
ce27ab9934
commit
353eee9910
|
|
@ -74,7 +74,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(36 * 60 * 60);
|
pub const FINISH_FULL_SYNC_TIMEOUT: Duration = Duration::from_secs(42 * 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.
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue