mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05: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
Reference in a new issue