Kaynağa Gözat

README: specify the default CHUTNEY_START_TIME

teor 6 yıl önce
ebeveyn
işleme
aceff9ee30
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      README

+ 3 - 3
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.