diff --git a/cypress/e2e/home_page.cy.ts b/cypress/e2e/home_page.cy.ts index 46d9052407..64050301aa 100644 --- a/cypress/e2e/home_page.cy.ts +++ b/cypress/e2e/home_page.cy.ts @@ -1,7 +1,7 @@ describe("The Home Page", () => { it("successfully loads", () => { cy.visit("http://localhost:8081", { - timeout: 120000, + timeout: 300000, }); }); }); diff --git a/cypress/e2e/projects-contractor.cy.ts b/cypress/e2e/projects-contractor.cy.ts index b79921edd0..03647e1d95 100644 --- a/cypress/e2e/projects-contractor.cy.ts +++ b/cypress/e2e/projects-contractor.cy.ts @@ -9,7 +9,7 @@ describe("Contractor proposer full flow", () => { const judgeAddr = "g1nyz430dsujj56ygllcaujkzagz54v0l6yusspy"; cy.visit("http://localhost:8081/projects?network=gno-dev", { - timeout: 120000, + timeout: 300000, }); cy.contains("Create a Project").click(); diff --git a/cypress/e2e/projects-funder.cy.ts b/cypress/e2e/projects-funder.cy.ts index 9b5115eb5d..9728ce311a 100644 --- a/cypress/e2e/projects-funder.cy.ts +++ b/cypress/e2e/projects-funder.cy.ts @@ -9,7 +9,7 @@ describe("Funder proposer full flow", () => { const judgeAddr = "g1nyz430dsujj56ygllcaujkzagz54v0l6yusspy"; cy.visit("http://localhost:8081/projects?network=gno-dev", { - timeout: 120000, + timeout: 300000, }); cy.contains("Create a Project").click();