File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/platform/examples/base Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export default defineConfig({
41
41
? `yarn workspace @calcom/atoms dev-on && yarn workspace @calcom/atoms build && rm -f prisma/dev.db && yarn prisma db push && NEXT_PUBLIC_IS_E2E=1 NODE_ENV=test NEXT_PUBLIC_X_CAL_ID="${ process . env . ATOMS_E2E_OAUTH_CLIENT_ID } " X_CAL_SECRET_KEY="${ process . env . ATOMS_E2E_OAUTH_CLIENT_SECRET } " NEXT_PUBLIC_CALCOM_API_URL="${ process . env . ATOMS_E2E_API_URL } " VITE_BOOKER_EMBED_OAUTH_CLIENT_ID="${ process . env . ATOMS_E2E_OAUTH_CLIENT_ID_BOOKER_EMBED } " VITE_BOOKER_EMBED_API_URL="${ process . env . ATOMS_E2E_API_URL } " ORGANIZATION_ID=${ process . env . ATOMS_E2E_ORG_ID } yarn dev:e2e`
42
42
: `rm -f prisma/dev.db && yarn prisma db push && yarn dev:e2e` ,
43
43
url : 'http://localhost:4322' ,
44
- timeout : 300_000 ,
44
+ timeout : 600_000 ,
45
45
reuseExistingServer : ! process . env . CI ,
46
46
} ,
47
47
} ) ;
You can’t perform that action at this time.
0 commit comments