Skip to content

Commit

Permalink
Increasing timeout for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cnotv committed Jan 9, 2025
1 parent 7a68433 commit 48151c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visual/support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const options = {
padding: 10,
customSnapshotsDir: 'visual/snapshots/',
delayBetweenTries: 0,
timeout: 500,
timeout: 1000,
disableTimersAndAnimations: true,
diffDirection: 'vertical',
} as CypressImageSnapshotOptions;
Expand Down

0 comments on commit 48151c0

Please sign in to comment.