mirror of
https://github.com/aljazceru/plugins.git
synced 2026-01-10 16:54:21 +01:00
drain: a comment about necessary code duplication
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user