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.
- package/package.json +1 -1
- package/tests/testaro.js +4 -1
package/package.json
CHANGED
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
|
-
|
|
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
|
{
|