mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-10 06:39:15 +02:00
test: Set assert_debug_log timeout to 0
This commit is contained in:
@@ -550,7 +550,7 @@ class TestNode():
|
||||
return dl.tell()
|
||||
|
||||
@contextlib.contextmanager
|
||||
def assert_debug_log(self, expected_msgs, unexpected_msgs=None, timeout=2):
|
||||
def assert_debug_log(self, expected_msgs, unexpected_msgs=None, *, timeout=0):
|
||||
if unexpected_msgs is None:
|
||||
unexpected_msgs = []
|
||||
assert_equal(type(expected_msgs), list)
|
||||
|
||||
Reference in New Issue
Block a user