Skip to content

Commit

Permalink
increase timeout to encrypt bitcoin wallet in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pm47 committed Jun 9, 2022
1 parent 34cc748 commit 896c4e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class BitcoinCoreClientSpec extends TestKitBaseClass with BitcoindService with A
val bitcoinClient = new BitcoinCoreClient(bitcoinrpcclient)
val walletPassword = Random.alphanumeric.take(8).mkString
sender.send(bitcoincli, BitcoinReq("encryptwallet", walletPassword))
sender.expectMsgType[JString]
sender.expectMsgType[JString](60 seconds)
restartBitcoind(sender)

val pubkeyScript = Script.write(Script.pay2wsh(Scripts.multiSig2of2(randomKey().publicKey, randomKey().publicKey)))
Expand Down

0 comments on commit 896c4e5

Please sign in to comment.