We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0f806 commit dffda1eCopy full SHA for dffda1e
crates/node/tests/l1_sync.rs
@@ -272,6 +272,7 @@ async fn test_l1_sync_batch_finalized() -> eyre::Result<()> {
272
// finalized_block_number
273
// );
274
// }
275
+ tokio::time::sleep(Duration::from_secs(10)).await;
276
let l1_synced_status = fixture.get_status(0).await?;
277
assert!(
278
l1_synced_status.l2.fcs.safe_block_info().number >
0 commit comments