mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 22:36:34 +01:00
Try bumping the Thread.sleep() to get CI to pass on slow mac osx (#1042)
This commit is contained in:
parent
15bfe4f4d9
commit
03ed5b0d57
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ object BitcoinSWalletTest extends WalletLogger {
|
|||
//this Thread.sleep is needed because of
|
||||
//https://github.com/bitcoin-s/bitcoin-s/issues/1009
|
||||
//once that is resolved we should be able to remove this
|
||||
Thread.sleep(250)
|
||||
Thread.sleep(500)
|
||||
wallet.getNewAddress()
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue