Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Jan 3, 2024
1 parent 60810fc commit 862344d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __test__/integration/validateLists.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const testNoDuplicates = (arbTokenList: ArbTokenList) => {
};

describe('Token Lists', () => {
jest.setTimeout(300_000);
jest.setTimeout(400_000);

describe('Arbify token lists', () => {
describe('Arb1', () => {
Expand Down

0 comments on commit 862344d

Please sign in to comment.