Skip to content

Commit 3dc5349

Browse files
committed
test(e2e_epochs): set l1PublishingTime to match redistribution test timing model
1 parent c38271a commit 3dc5349

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

yarn-project/end-to-end/src/e2e_epochs/epochs_mbps_redistribution.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ describe('e2e_epochs/epochs_mbps_redistribution', () => {
101101
ethereumSlotDuration: 4,
102102
aztecSlotDuration: 36,
103103
blockDurationMs: 8000,
104+
// Match the 2s L1-publish budget assumed in the timing calculation above. The sequencer config
105+
// defaults to 12s, which inflates the per-block timetable and makes late txs spill across two
106+
// blocks instead of all landing in the last one (flaky `Set(lateBlockNumbers).size` assertion).
107+
l1PublishingTime: 2,
104108
attestationPropagationTime: 0.5,
105109
aztecTargetCommitteeSize: 3,
106110
// Allow empty blocks so that early sub-slots without txs still produce blocks.

0 commit comments

Comments
 (0)