diff --git a/integration/util.py b/integration/util.py index c58fc2e93..b1692a7a3 100644 --- a/integration/util.py +++ b/integration/util.py @@ -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