testaro 78.0.0 → 78.0.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tests/testaro.js +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "78.0.0",
3
+ "version": "78.0.1",
4
4
  "description": "Run 1300 web accessibility tests from 10 tools and get a standardized report",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/tests/testaro.js CHANGED
@@ -324,7 +324,10 @@ const allRules = [
324
324
  what: 'motion without user request',
325
325
  contaminates: false,
326
326
  needsAccessibleName: false,
327
- timeOut: 5,
327
+ // The budget must cover a full-page screenshot (itself allowed 4 seconds in
328
+ // procs/shoot.js), decoding two full-page PNGs, and a pixel comparison; 5
329
+ // seconds made the rule time out whenever an initial image existed.
330
+ timeOut: 30,
328
331
  defaultOn: true
329
332
  },
330
333
  {