Skip to content

Commit a9bc940

Browse files
committed
Increase e2e timeout
1 parent c8a1e03 commit a9bc940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/__tests__/end-to-end.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {env, testEnv, testEnvRequired} from '@openint/env'
77
import {initOpenIntSDK} from '@openint/sdk'
88
import {setupTestOrg, tearDownTestOrg} from './test-utils'
99

10-
jest.setTimeout(30 * 1000) // long timeout because we have to wait for next.js to compile
10+
jest.setTimeout(60 * 1000) // long timeout because we have to wait for next.js to compile
1111

1212
let fixture: Awaited<ReturnType<typeof setupTestOrg>>
1313
let sdk: ReturnType<typeof initOpenIntSDK>

0 commit comments

Comments
 (0)