Skip to content

Commit dffda1e

Browse files
committed
test
1 parent 8a0f806 commit dffda1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/node/tests/l1_sync.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ async fn test_l1_sync_batch_finalized() -> eyre::Result<()> {
272272
// finalized_block_number
273273
// );
274274
// }
275+
tokio::time::sleep(Duration::from_secs(10)).await;
275276
let l1_synced_status = fixture.get_status(0).await?;
276277
assert!(
277278
l1_synced_status.l2.fcs.safe_block_info().number >

0 commit comments

Comments
 (0)