mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-14 13:28:11 +00:00
Give it more time.
This commit is contained in:
@ -582,7 +582,7 @@ def web_post(tahoe, uri_fragment, **kwargs):
|
|||||||
|
|
||||||
|
|
||||||
@run_in_thread
|
@run_in_thread
|
||||||
def await_client_ready(tahoe, timeout=10, liveness=60*2, minimum_number_of_servers=1):
|
def await_client_ready(tahoe, timeout=30, liveness=60*2, minimum_number_of_servers=1):
|
||||||
"""
|
"""
|
||||||
Uses the status API to wait for a client-type node (in `tahoe`, a
|
Uses the status API to wait for a client-type node (in `tahoe`, a
|
||||||
`TahoeProcess` instance usually from a fixture e.g. `alice`) to be
|
`TahoeProcess` instance usually from a fixture e.g. `alice`) to be
|
||||||
|
Reference in New Issue
Block a user