diff --git a/zebrad/tests/acceptance.rs b/zebrad/tests/acceptance.rs index ac36cff2..6d002642 100644 --- a/zebrad/tests/acceptance.rs +++ b/zebrad/tests/acceptance.rs @@ -879,8 +879,8 @@ where P: FnOnce(&mut TestChild) -> Result<()>, { println!("Creating cached database"); - // 8 hours - let timeout = Duration::from_secs(60 * 60 * 8); + // 16 hours + let timeout = Duration::from_secs(60 * 60 * 16); // Use a persistent state, so we can handle large syncs let mut config = cached_mandatory_checkpoint_test_config()?;