Skip to content

Commit

Permalink
Update cypress.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed Nov 6, 2023
1 parent c1d55d4 commit a5d5124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ module.exports = defineConfig({
experimentalMemoryManagement: true,
experimentalSourceRewriting: true,
numTestsKeptInMemory: 0,
defaultCommandTimeout: 80000,
defaultCommandTimeout: 9000,
projectId: 'xb89dr',
retries: 3,
retries: 1,
videoCompression: 8,
viewportHeight: 1080,
viewportWidth: 1920,
Expand Down

0 comments on commit a5d5124

Please sign in to comment.