[tor-commits] [tor/master] fixup Some slower configurations need 35 seconds to bootstrap
nickm at torproject.org
nickm at torproject.org
Thu Sep 10 14:35:26 UTC 2015
commit 4bc8dc1c76204e6596b21c2442bb40b5bc539dee
Author: teor (Tim Wilson-Brown) <teor2345 at gmail.com>
Date: Thu Sep 10 17:40:47 2015 +1000
fixup Some slower configurations need 35 seconds to bootstrap
Some slower configurations, like OS X i386, need 35 seconds to reliably
bootstrap larger chutney networks. Increase default bootstrap time in
src/test/test-network.h to 35 seconds.
---
src/test/test-network.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/test-network.sh b/src/test/test-network.sh
index 576fbed..05080e0 100755
--- a/src/test/test-network.sh
+++ b/src/test/test-network.sh
@@ -86,7 +86,7 @@ export CHUTNEY_TOR_GENCERT="${TOR_DIR}/src/tools/${tor_gencert_name}"
# Sleep some, waiting for the network to bootstrap.
# TODO: Add chutney command 'bootstrap-status' and use that instead.
-BOOTSTRAP_TIME=${BOOTSTRAP_TIME:-30}
+BOOTSTRAP_TIME=${BOOTSTRAP_TIME:-35}
$ECHO_N "$myname: sleeping for $BOOTSTRAP_TIME seconds"
n=$BOOTSTRAP_TIME; while [ $n -gt 0 ]; do
sleep 1; n=$(expr $n - 1); $ECHO_N .
More information about the tor-commits
mailing list