mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-13 12:58:20 +00:00
tor-tests work; refactor ports
This commit is contained in:
@ -659,7 +659,7 @@ def await_client_ready(tahoe, timeout=10, liveness=60*2, minimum_number_of_serve
|
||||
|
||||
print(
|
||||
f"Now: {time.ctime()}\n"
|
||||
f"Server last-received-data: {[time.ctime(s['last_received_data']) for s in servers]}"
|
||||
f"Server last-received-data: {[s['last_received_data'] for s in servers]}"
|
||||
)
|
||||
|
||||
server_times = [
|
||||
|
Reference in New Issue
Block a user