diff --git a/yarn-project/end-to-end/src/e2e_authwit.test.ts b/yarn-project/end-to-end/src/e2e_authwit.test.ts index e986f09cce14..df28d6af7411 100644 --- a/yarn-project/end-to-end/src/e2e_authwit.test.ts +++ b/yarn-project/end-to-end/src/e2e_authwit.test.ts @@ -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);