Page MenuHomePhabricator

test: Remove global wait_until from p2p_getdata #
ClosedPublic

Authored by PiRK on Feb 4 2021, 09:25.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCeebe1aaf72ed: test: Remove global wait_until from p2p_getdata #
Summary

Using the global wait_until makes it impossible to adjust the timeout based on the hardware the test is running on.

Fix that by using the mininode member function.

This is a backport of Core PR19060

Test Plan

ninja check-functional

Diff Detail