[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [chutney/master] Wait a second before checking if tor has launched
commit b2558a7b467edab332ef74eb3111735883eece2d
Author: teor <teor2345@xxxxxxxxx>
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"
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits