Skip to content

Commit

Permalink
Increase time slept for after starting daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed May 13, 2024
1 parent 26021a8 commit f2b796c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/setup-coins/litecoin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ sleep 1
./electrum-ltc/run_electrum --offline setconfig rpcport 3000
./electrum-ltc/run_electrum --offline setconfig rpcuser ci
./electrum-ltc/run_electrum --offline setconfig rpcpassword password
./electrum-ltc/run_electrum daemon -d -s 127.0.0.1:5000:t
sleep 1
./electrum-ltc/run_electrum daemon -s 127.0.0.1:5000:t &
sleep 10
./electrum-ltc/run_electrum create
./electrum-ltc/run_electrum load_wallet

Expand Down

0 comments on commit f2b796c

Please sign in to comment.