mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 18:02:54 +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
@ -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…
Reference in New Issue
Block a user