浏览代码

Wait a second before checking if tor has launched

Resolves bug 16310 - chutney thinks tor fails to launch under high load.
teor 9 年之前
父节点
当前提交
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"