[tor-commits] [chutney/master] fixup! Increase CHUTNEY_START_TIME to 60

teor at torproject.org teor at torproject.org
Tue Mar 19 05:09:50 UTC 2019


commit 3f349e991760a53072376a4b81794e612eea360c
Author: teor <teor at torproject.org>
Date:   Mon Mar 18 12:27:57 2019 +1000

    fixup! Increase CHUTNEY_START_TIME to 60
---
 tools/test-network-impl.sh | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/tools/test-network-impl.sh b/tools/test-network-impl.sh
index 2de1bfa..055c15b 100755
--- a/tools/test-network-impl.sh
+++ b/tools/test-network-impl.sh
@@ -8,11 +8,13 @@ if ! "$CHUTNEY_PATH/tools/bootstrap-network.sh" "$NETWORK_FLAVOUR"; then
     exit 1
 fi
 
-# chutney starts verifying after 20 seconds, keeps on trying for 60 seconds,
-# and then stops immediately (by default)
+# chutney starts verifying after CHUTNEY_START_TIME seconds,
+# keeps on trying for CHUTNEY_BOOTSTRAP_TIME seconds,
+# and then stops after CHUTNEY_STOP_TIME seconds.
 # Even the fastest chutney networks take 5-10 seconds for their first consensus
 # and then 10 seconds after that for relays to bootstrap and upload descriptors
-export CHUTNEY_START_TIME=${CHUTNEY_START_TIME:-40}
+# But chutney defaults to running a bit more slowly, so it is more reliable.
+export CHUTNEY_START_TIME=${CHUTNEY_START_TIME:-60}
 export CHUTNEY_BOOTSTRAP_TIME=${CHUTNEY_BOOTSTRAP_TIME:-60}
 export CHUTNEY_STOP_TIME=${CHUTNEY_STOP_TIME:-0}
 





More information about the tor-commits mailing list