Skip to content

Commit

Permalink
No need to go so way past
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Oct 11, 2024
1 parent 1eac80b commit 8f9b83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/e2e_block_building.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ describe('e2e_block_building', () => {
// Now move to a new epoch and past the proof claim window
logger.info('Advancing past the proof claim window');
await cheatCodes.rollup.advanceToNextEpoch();
await cheatCodes.rollup.advanceSlots(AZTEC_EPOCH_PROOF_CLAIM_WINDOW_IN_L2_SLOTS + 5); // off-by-one?
await cheatCodes.rollup.advanceSlots(AZTEC_EPOCH_PROOF_CLAIM_WINDOW_IN_L2_SLOTS + 1); // off-by-one?

// Await (sequencer should wait here, not us)
await sleep(5000);
Expand Down

0 comments on commit 8f9b83a

Please sign in to comment.