Page MenuHomePhabricator

test: Use self.wait_until over wait_until_helper
ClosedPublic

Authored by sdulfari on Apr 1 2023, 04:01.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC41da7aa36f15: test: Use self.wait_until over wait_until_helper
Summary

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

Test Plan
ninja check-functional

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable