Skip to content

Commit

Permalink
Increase the timeout of happy integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjoon-lee committed Oct 30, 2023
1 parent d479721 commit 7b2609d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/tests/happy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ struct Info {
}

async fn happy_test(nodes: &[NomosNode]) {
let timeout = std::time::Duration::from_secs(20);
let timeout = std::time::Duration::from_secs(30);
let timeout = tokio::time::sleep(timeout);
tokio::select! {
_ = timeout => panic!("timed out waiting for nodes to reach view {}", TARGET_VIEW),
Expand Down

0 comments on commit 7b2609d

Please sign in to comment.