Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed May 15, 2024
1 parent 2c09723 commit 39972d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/actors/tests/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<const N: usize> {
pub nodes: [TestNode; N],
Expand Down

0 comments on commit 39972d0

Please sign in to comment.