Modified test plugin to enable faster execution.

This required adding a dummy injection into core/blockchain.go
This commit is contained in:
philip-morlier
2023-09-28 09:30:31 -07:00
parent 18be67b3a3
commit 9d34721d46
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ if ps -p $pid1 > /dev/null; then
kill $pid1
fi
sleep 255
sleep 25
if ps -p $pid0 > /dev/null; then
kill $pid0