
11 Jun
2015
11 Jun
'15
1:34 p.m.
commit b2558a7b467edab332ef74eb3111735883eece2d Author: teor <teor2345@gmail.com> Date: Thu Jun 11 16:39:39 2015 +1000 Wait a second before checking if tor has launched Resolves bug 16310 - chutney thinks tor fails to launch under high load. --- tools/bootstrap-network.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/bootstrap-network.sh b/tools/bootstrap-network.sh index 09f4611..a198d82 100755 --- a/tools/bootstrap-network.sh +++ b/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"