Closed
Bug 1807763
Opened 3 years ago
Closed 3 years ago
Set the randomized midi denial delay to 0 in automation
Categories
(Core :: DOM: Device Interfaces, task)
Core
DOM: Device Interfaces
Tracking
()
RESOLVED
FIXED
110 Branch
| Tracking | Status | |
|---|---|---|
| firefox110 | --- | fixed |
People
(Reporter: bholley, Assigned: bholley)
Details
Attachments
(1 file)
When the MIDI prompt is auto-denied, we use a random delay between 3 and 13 seconds. This has the side-effect of slowing down tests.
There is some tension between making the tests more efficient and testing what we actually ship. But since the tests currently only check that the delay is >= 3 seconds, and since testing the random component is hard enough that we're unlikely to ever do it, we can set the latter to zero in automation without any practical loss of test coverage.
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed by bholley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dbbb150beba7
Set the randomized midi denial delay to 0 in automation. r=gsvelto
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•