Closed
Bug 2042338
Opened 6 days ago
Closed 5 days ago
[wdspec] Increase timeout for Firefox shutdown in "mozilla/tests/webdriver/harness/shutdown.py" to accomodate slower builds
Categories
(Remote Protocol :: Marionette, task, P3)
Remote Protocol
Marionette
Tracking
(firefox153 fixed)
RESOLVED
FIXED
153 Branch
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m20])
Attachments
(1 file)
At the moment, the test uses a fixed timeout of 10 seconds, which causes frequent failures on Linux ASAN builds because Firefox shutdown can take significantly longer there. To address this, we should increase the timeout and ideally derive it from the toolkit.asyncshutdown.crash_timeout preference, which defines when Firefox considers shutdown to have taken too long and crashes intentionally.
| Assignee | ||
Comment 1•6 days ago
|
||
Updated•6 days ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
| Assignee | ||
Updated•5 days ago
|
Points: --- → 2
Priority: -- → P3
Whiteboard: [webdriver:m20]
Pushed by hskupin@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/026efda63ec2
https://hg.mozilla.org/integration/autoland/rev/d0a3ace46dbd
[wdspec] Increase timeout for Firefox shutdown in "mozilla/tests/webdriver/harness/shutdown.py"." r=jdescottes
Status: ASSIGNED → RESOLVED
Closed: 5 days ago
status-firefox153:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•