diff --git a/code/actors/tests/util.rs b/code/actors/tests/util.rs index 876b46d25..197f0834d 100644 --- a/code/actors/tests/util.rs +++ b/code/actors/tests/util.rs @@ -17,7 +17,7 @@ pub const SEED: u64 = 42; pub const HEIGHTS: u64 = 3; pub const START_HEIGHT: Height = Height::new(1); pub const END_HEIGHT: Height = Height::new(START_HEIGHT.as_u64() + HEIGHTS - 1); -pub const TEST_TIMEOUT: Duration = Duration::from_secs(20); +pub const TEST_TIMEOUT: Duration = Duration::from_secs(30); pub struct Test { pub nodes: [TestNode; N],