Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Nov 5, 2024
1 parent 05cee93 commit f67a982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright-tests/tests/infrastructure/rfp.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ test.describe("Admin with don't ask again enabled", () => {
},
});
test("admin should be able to create RFP", async ({ page }) => {
test.setTimeout(120000);
test.setTimeout(140_000);
await mockGlobalLabels(page);
await page.goto("/infrastructure-committee.near/widget/app?page=rfps");
const title = "test title";
Expand Down

0 comments on commit f67a982

Please sign in to comment.