tor-tests work; refactor ports

This commit is contained in:
meejah
2023-07-29 04:04:05 -06:00
parent 6f9b9a3ac1
commit 050ef6cca3
4 changed files with 55 additions and 18 deletions

View File

@ -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 = [