Skip to content

Commit 3093d34

Browse files
committed
perf(e2e): cut multi_validator_node slots 36s -> 16s
1 parent 054b399 commit 3093d34

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

yarn-project/end-to-end/src/multi-node/block-production/multi_validator_node.parallel.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const COMMITTEE_SIZE = VALIDATOR_COUNT - 2;
2727
// Tests that a single AztecNodeService hosting multiple validator keys correctly signs attestations
2828
// and filters signing to only active committee members. One node, 5 validators staked, committee
2929
// size 3. Uses MultiNodeTestContext on the mock-gossip bus: all 5 validators on a single physical
30-
// node, ethSlot=8s, aztecSlot=36s, epoch=2, proofSubEpochs=NO_REORG_SUBMISSION_EPOCHS. Each it is an isolated CI job
30+
// node, ethSlot=8s, aztecSlot=16s, epoch=2, proofSubEpochs=NO_REORG_SUBMISSION_EPOCHS. Each it is an isolated CI job
3131
// (parallel convention).
3232
describe('multi-node/block-production/multi_validator_node', () => {
3333
jest.setTimeout(15 * 60 * 1000);
@@ -51,10 +51,10 @@ describe('multi-node/block-production/multi_validator_node', () => {
5151
aztecTargetCommitteeSize: COMMITTEE_SIZE,
5252
aztecEpochDuration: 2,
5353
ethereumSlotDuration: 8,
54-
aztecSlotDuration: 36,
54+
aztecSlotDuration: 16,
5555
aztecProofSubmissionEpochs: NO_REORG_SUBMISSION_EPOCHS,
5656
anvilSlotsInAnEpoch: 4,
57-
blockDurationMs: 6000,
57+
blockDurationMs: 2000,
5858
minTxsPerBlock: 0,
5959
inboxLag: 2,
6060
});

0 commit comments

Comments
 (0)