Skip to content

Commit

Permalink
increasing timeout for selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed Sep 5, 2023
1 parent 18ddcfa commit 3d7272f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = defineConfig({
experimentalMemoryManagement: true,
experimentalSourceRewriting: true,
numTestsKeptInMemory: 0,
defaultCommandTimeout: 15000,
defaultCommandTimeout: 30000,
projectId: 'xb89dr',
retries: 3,
videoCompression: 8,
Expand Down

0 comments on commit 3d7272f

Please sign in to comment.