diff --git a/yarn-project/end-to-end/src/e2e_epochs/epochs_invalidate_block.parallel.test.ts b/yarn-project/end-to-end/src/e2e_epochs/epochs_invalidate_block.parallel.test.ts index fa09091559b8..80c2fec76ff0 100644 --- a/yarn-project/end-to-end/src/e2e_epochs/epochs_invalidate_block.parallel.test.ts +++ b/yarn-project/end-to-end/src/e2e_epochs/epochs_invalidate_block.parallel.test.ts @@ -58,7 +58,7 @@ describe('e2e_epochs/epochs_invalidate_block', () => { // Uses multiple-blocks-per-slot timing configuration. test = await EpochsTestContext.setup({ ethereumSlotDuration: 8, - aztecSlotDuration: 36, + aztecSlotDuration: 32, blockDurationMs: 6000, l1PublishingTime: 8, enforceTimeTable: true,