Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed Feb 11, 2025
1 parent 0710b43 commit b80eb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/e2e-test-utils/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ where
tokio::time::sleep(std::time::Duration::from_millis(100)).await;
self.engine_api.update_forkchoice(block, block).await?;

assert!(start.elapsed() <= std::time::Duration::from_secs(20), "timed out");
assert!(start.elapsed() <= std::time::Duration::from_secs(40), "timed out");
}

// Hack to make sure that all components have time to process canonical state update.
Expand Down

0 comments on commit b80eb9b

Please sign in to comment.