@iqual/playwright-vrt 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,7 +56,7 @@ for (const url of urls) {
56
56
  maxDiffPixelRatio: threshold.maxDiffPixelRatio,
57
57
  animations: 'disabled',
58
58
  stylePath: stylePath,
59
- timeout: 10000
59
+ timeout: 30000
60
60
  });
61
61
  });
62
62
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iqual/playwright-vrt",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Standalone Visual Regression Testing CLI tool using Playwright",
5
5
  "type": "module",
6
6
  "repository": {