Skip to content

Commit

Permalink
chore: time issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Sep 27, 2023
1 parent 48216ec commit 2dd2b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/e2e_token_contract.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const hashPayload = async (payload: Fr[]) => {
);
};

const TIMEOUT = 60_000;
const TIMEOUT = 90_000;

describe('e2e_token_contract', () => {
jest.setTimeout(TIMEOUT);
Expand Down

0 comments on commit 2dd2b52

Please sign in to comment.