drain: a comment about necessary code duplication

This commit is contained in:
Michael Schmoock
2021-06-29 10:19:43 +02:00
parent a83ec975ba
commit 85b8b440bb

View File

@@ -3,6 +3,8 @@ import time
TIMEOUT = 60
# we need to have this pyln.testing.utils code duplication
# as this also needs to be run without testing libs
def wait_for(success, timeout=TIMEOUT):
start_time = time.time()
interval = 0.25