summaryrefslogtreecommitdiff
path: root/script/test_btc_stress.sh
diff options
context:
space:
mode:
Diffstat (limited to 'script/test_btc_stress.sh')
-rw-r--r--script/test_btc_stress.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/script/test_btc_stress.sh b/script/test_btc_stress.sh
index 91f8f8b..10c7021 100644
--- a/script/test_btc_stress.sh
+++ b/script/test_btc_stress.sh
@@ -13,7 +13,7 @@ echo "Start database"
setup_db
echo "Start bitcoin node"
init_btc
-echo "Start bitcoin regtest"
+echo "Setup bitcoin"
setup_btc
echo "Start btc-wire stressed"
stressed_btc_wire
@@ -97,7 +97,10 @@ for n in `$SEQ`; do
$BTC_CLI -rpcwallet=client sendtoaddress $WIRE 0.000$n > /dev/null
mine_btc
done
-sleep 20
+next_btc
+sleep 10
+mine_btc
+sleep 10
echo " OK"
echo -n "Check balance:"