소스 검색

Wait a second before checking if tor has launched

Resolves bug 16310 - chutney thinks tor fails to launch under high load.
teor 10 년 전
부모
커밋
b2558a7b46
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"