Skip to content

Commit 0172e17

Browse files
Set higher timeout for generating templates
1 parent d1d9942 commit 0172e17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cypress/e2e/test-dashboard.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ describe("Dashboard, Templates & Collaboration", () => {
5656

5757
cy.get(UI.projectNameInput).should('be.visible').type(`${name}{enter}`);
5858

59-
cy.get(UI.projectNameInput, { timeout: 10000 }).should('not.exist');
60-
cy.contains(name, { timeout: 20000 }).should('be.visible');
59+
cy.get(UI.projectNameInput, { timeout: 30000 }).should('not.exist');
60+
cy.contains(name, { timeout: 30000 }).should('be.visible');
6161
};
6262

6363
before("Initial Signup", () => {

0 commit comments

Comments
 (0)