Skip to content

Commit

Permalink
fix: workaround sequencer timeout (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Sep 13, 2023
1 parent 5e8fbf2 commit 9fc3f3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ describe('sequencer/solo_block_builder', () => {

const [l2Block] = await builder.buildL2Block(globalVariables, txs, l1ToL2Messages);
expect(l2Block.number).toEqual(blockNumber);
}, 20_000);
}, 40_000);

// This test specifically tests nullifier values which previously caused e2e_private_token test to fail
it('e2e_private_token edge case regression test on nullifier values', async () => {
Expand Down

0 comments on commit 9fc3f3d

Please sign in to comment.