fix: e2e test (#4660)

This commit is contained in:
Piyush Gupta
2025-01-24 10:27:23 +05:30
committed by GitHub
parent 7b6e22aa04
commit 6ff8ec21cf

View File

@@ -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 }) => {