Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ercecan committed Dec 19, 2024
1 parent 9bdaf20 commit 5bceea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/citrea/tests/e2e/sequencer_behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ async fn test_gas_limit_too_high() {
}

seq_test_client.send_publish_batch_request().await;
wait_for_l2_block(&full_node_test_client, 1, Some(Duration::from_secs(10))).await;
wait_for_l2_block(&full_node_test_client, 1, Some(Duration::from_secs(60))).await;

let block = full_node_test_client
.eth_get_block_by_number(Some(BlockNumberOrTag::Latest))
Expand All @@ -425,7 +425,7 @@ async fn test_gas_limit_too_high() {
assert_eq!(block_from_sequencer.header.hash, block.header.hash);

seq_test_client.send_publish_batch_request().await;
wait_for_l2_block(&full_node_test_client, 2, Some(Duration::from_secs(10))).await;
wait_for_l2_block(&full_node_test_client, 2, Some(Duration::from_secs(60))).await;

let block = full_node_test_client
.eth_get_block_by_number(Some(BlockNumberOrTag::Latest))
Expand Down

0 comments on commit 5bceea8

Please sign in to comment.