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.
Backport of core#27226
Differential D13527
test: Use self.wait_until over wait_until_helper sdulfari on Apr 1 2023, 04:01. Authored by Tags None Subscribers None
Details
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. Backport of core#27226 ninja check-functional
Diff Detail
|