Skip to content

Commit 999922b

Browse files
author
MarcoFalke
committed
test: Default mininode.wait_until timeout to 60s
1 parent fab4737 commit 999922b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/test_framework/mininode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def on_version(self, message):
371371

372372
# Connection helper methods
373373

374-
def wait_until(self, test_function, timeout):
374+
def wait_until(self, test_function, timeout=60):
375375
wait_until(test_function, timeout=timeout, lock=mininode_lock, timeout_factor=self.timeout_factor)
376376

377377
def wait_for_disconnect(self, timeout=60):

0 commit comments

Comments
 (0)