Skip to content

Commit

Permalink
Bump test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nventuro committed Jan 26, 2024
1 parent 9315b2f commit ba3246e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/e2e_persistence.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ describe('Aztec persistence', () => {

expect(ownerBalance).toEqual(initialOwnerBalance - 500n);
expect(targetBalance).toEqual(500n);
});
}, 30_000);
});

describe.each([
Expand Down

0 comments on commit ba3246e

Please sign in to comment.