wait_until_helper
is a “private” helper, not intended to be used directly, because it doesn’t scale the timeout with the timeout factor. Fix this by replacing it with a call to self.wait_until
, which does the scaling.
wait_until_helper
is a “private” helper, not intended to be used directly, because it doesn’t scale the timeout with the timeout factor. Fix this by replacing it with a call to self.wait_until
, which does the scaling.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
See the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.