commit dd33dc1f1ef7101fab446b99513b17bd18cf1c13 Author: teor teor@torproject.org Date: Mon Mar 9 15:59:17 2020 +1000
TorNet: Tweak the bootstrap status timings
Part of 33379. --- lib/chutney/TorNet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py index 415b284..e76d9f6 100644 --- a/lib/chutney/TorNet.py +++ b/lib/chutney/TorNet.py @@ -1478,8 +1478,8 @@ class Network(object): print("{}: {}".format(c.getNick(), status)) print()
- CHECK_NETWORK_STATUS_DELAY = 0.5 - PRINT_NETWORK_STATUS_DELAY = 20.0 + CHECK_NETWORK_STATUS_DELAY = 1.0 + PRINT_NETWORK_STATUS_DELAY = 10.0
def wait_for_bootstrap(self): print("Waiting for nodes to bootstrap...\n")
tor-commits@lists.torproject.org