diff --git a/apps/web/playwright/survey.spec.ts b/apps/web/playwright/survey.spec.ts index 9529c9289b..6d12e2c711 100644 --- a/apps/web/playwright/survey.spec.ts +++ b/apps/web/playwright/survey.spec.ts @@ -613,7 +613,7 @@ test.describe("Multi Language Survey Create", async () => { }); test.describe("Testing Survey with advanced logic", async () => { - test.setTimeout(240000); + test.setTimeout(300000); let url: string | null; test("Create survey and submit response", async ({ page, users }) => {