Skip to content

Commit

Permalink
fix: increase cypress command wait time (refinedev#4585)
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz authored Jun 23, 2023
1 parent 5306df9 commit 771d282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Cypress.Keyboard.defaults({
keystrokeDelay: 0,
});

Cypress.config("defaultCommandTimeout", 10000);
Cypress.config("defaultCommandTimeout", 20000);
Cypress.config("requestTimeout", 20000);

Cypress.Commands.add("assertDocumentTitle", assertDocumentTitle);
Expand Down

0 comments on commit 771d282

Please sign in to comment.