Skip to content

Commit

Permalink
Bump l1 block time to see if it fixes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Nov 21, 2024
1 parent 93f59aa commit 7a8a8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/e2e_epochs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('e2e_epochs', () => {
let handle: NodeJS.Timeout;

const EPOCH_DURATION = 4;
const L1_BLOCK_TIME = 3;
const L1_BLOCK_TIME = 5;
const L2_SLOT_DURATION_IN_L1_BLOCKS = 2;

beforeAll(async () => {
Expand Down

0 comments on commit 7a8a8bd

Please sign in to comment.