Skip to content

Commit

Permalink
chore: bump a timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Aug 9, 2024
1 parent 4db0a1d commit ade6c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/e2e_authwit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { jest } from '@jest/globals';
import { DUPLICATE_NULLIFIER_ERROR } from './fixtures/fixtures.js';
import { publicDeployAccounts, setup } from './fixtures/utils.js';

const TIMEOUT = 90_000;
const TIMEOUT = 150_000;

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

0 comments on commit ade6c02

Please sign in to comment.