Closed
Bug 756642
Opened 13 years ago
Closed 12 years ago
Add a function to the JS sandbox to control the timeout, set default timeout for MarionetteJSTestCase
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: philikon, Unassigned)
Details
Right now we grep JS tests for MARIONETTE_TIMEOUT = xyz to find out what their timeout should be. This could be done more elegantly with a function call entirely on the JS/emulator side.
Also, MarionetteJSTestCase should ship with a sensible default timeout. I propose 10000 ms.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•