Browse Source

Wait a second before checking if tor has launched

Resolves bug 16310 - chutney thinks tor fails to launch under high load.
teor 9 years ago
parent
commit
b2558a7b46
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/bootstrap-network.sh

+ 1 - 0
tools/bootstrap-network.sh

@@ -37,5 +37,6 @@ for file in net/nodes/*a/torrc; do
 done
 
 $CHUTNEY start networks/$flavour
+sleep 1
 $CHUTNEY status networks/$flavour
 #echo "tail -F net/nodes/*/notice.log"