Bug 1606637 - [marionette] Use plain Promise instead of TimedPromise for Sleep. r=maja_zf, a=RyanVM
TimedPromise logs a warning if the timeout exceeded and not error should be raised. Given that Sleep always runs into that condition a lot of inappropriate log entries are made that also causes confusion for our users when commands (especially actions) don't work as expected. Differential Revision: https://phabricator.services.mozilla.com/D89354
Please register or sign in to comment