[tor-commits] [chutney/master] TorNet: Tweak the bootstrap status timings

teor at torproject.org teor at torproject.org
Fri Mar 13 01:11:26 UTC 2020


commit dd33dc1f1ef7101fab446b99513b17bd18cf1c13
Author: teor <teor at 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")





More information about the tor-commits mailing list