This wasn't the issue.

This commit is contained in:
Itamar Turner-Trauring 2023-04-28 11:43:48 -04:00
parent 44cd746ce4
commit c15dd6c9f0

View File

@ -582,7 +582,7 @@ def web_post(tahoe, uri_fragment, **kwargs):
@run_in_thread
def await_client_ready(tahoe, timeout=30, liveness=60*2, minimum_number_of_servers=1):
def await_client_ready(tahoe, timeout=10, liveness=60*2, minimum_number_of_servers=1):
"""
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