[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [chutney/master] test-network: Try a default start time of 120 seconds
commit d40ea6d478fdde2b7a3a22e05036f6e923ed29bb
Author: teor <teor@xxxxxxxxxxxxxx>
Date: Mon Apr 8 10:47:26 2019 +1000
test-network: Try a default start time of 120 seconds
For Travis and other slow or loaded machines.
TODO: update the README with the new default.
(Conflicts with 30059.)
Bugfix for 30064.
---
tools/test-network-impl.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/test-network-impl.sh b/tools/test-network-impl.sh
index 8787253..a2de002 100755
--- a/tools/test-network-impl.sh
+++ b/tools/test-network-impl.sh
@@ -14,7 +14,7 @@ fi
# 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
# But chutney defaults to running a bit more slowly, so it is more reliable.
-export CHUTNEY_START_TIME=${CHUTNEY_START_TIME:-60}
+export CHUTNEY_START_TIME=${CHUTNEY_START_TIME:-120}
export CHUTNEY_BOOTSTRAP_TIME=${CHUTNEY_BOOTSTRAP_TIME:-60}
export CHUTNEY_STOP_TIME=${CHUTNEY_STOP_TIME:-0}
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits