Skip to content

Commit

Permalink
Incress cypress command timeouts from 4s to 10s
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
  • Loading branch information
solracsf authored Jun 29, 2024
1 parent c341d0a commit 32e2e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default defineConfig({
viewportHeight: 720,

requestTimeout: 20000,
defaultCommandTimeout: 10000,

retries: {
runMode: 0,
Expand Down

0 comments on commit 32e2e27

Please sign in to comment.