commit aceff9ee30898ec0135002a9d5d7c9a680be91c8 Author: teor teor@torproject.org Date: Sat Apr 6 12:06:05 2019 +1000
README: specify the default CHUTNEY_START_TIME --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README index 93309cb..9fdee93 100644 --- a/README +++ b/README @@ -151,9 +151,9 @@ Multiple Tests: Waiting for the network:
The tools/test-network.sh script uses the chutney wait_for_bootstrap - command to wait for up to CHUTNEY_START_TIME seconds, checking whether the - logged bootstrapped status for every node is 100%. It it is, great: it - succeeds. If not, it dumps the bootstrap statuses and exits. + command to wait for up to CHUTNEY_START_TIME seconds (default: 60), checking + whether the logged bootstrapped status for every node is 100%. It it is, + great: it succeeds. If not, it dumps the bootstrap statuses and exits. test-network.sh does not exit immediately if a tor node fails to bootstrap. Instead, it attempts to verify. We'll add an option to fail on tor bootstrap failure in #20473.
tor-commits@lists.torproject.org