cypress-image-snapshot icon indicating copy to clipboard operation
cypress-image-snapshot copied to clipboard

Random timeout problem

Open talaikis opened this issue 3 years ago • 0 comments

Updating pictures using localhost, getting random timeouts, like:

cy.screenshot() timed out waiting ***450000ms*** to complete.

Command:


addMatchImageSnapshotCommand({
  allowSizeMismatch: true,
  capture: 'fullPage',
  failureThreshold: 0.05,
  timeout: '450000',
  failureThresholdType: 'percent'
})

Deps:

"cypress": "7.1.0",
"cypress-image-snapshot": "^4.0.1",

talaikis avatar Apr 30 '21 19:04 talaikis