[tor-commits] [chutney/master] Wait a second before checking if tor has launched
nickm at torproject.org
nickm at torproject.org
Thu Jun 11 13:34:46 UTC 2015
commit b2558a7b467edab332ef74eb3111735883eece2d
Author: teor <teor2345 at 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"
More information about the tor-commits
mailing list