mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
test: Default mininode.wait_until timeout to 60s
This commit is contained in:
parent
fab47375fe
commit
999922baed
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@ class P2PInterface(P2PConnection):
|
|||
|
||||
# Connection helper methods
|
||||
|
||||
def wait_until(self, test_function, timeout):
|
||||
def wait_until(self, test_function, timeout=60):
|
||||
wait_until(test_function, timeout=timeout, lock=mininode_lock, timeout_factor=self.timeout_factor)
|
||||
|
||||
def wait_for_disconnect(self, timeout=60):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue