mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 06:57:51 +01:00
Bump timeout in P2PClientActorTest (#4985)
This commit is contained in:
parent
9a80644509
commit
58fbcf41e3
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class P2PClientActorTest
|
|||
val isConnectedF = for {
|
||||
isConnected <- TestAsyncUtil.retryUntilSatisfiedF(p2pClient.isConnected,
|
||||
1.second,
|
||||
10)
|
||||
15)
|
||||
} yield isConnected
|
||||
|
||||
isConnectedF.flatMap { _ =>
|
||||
|
|
Loading…
Add table
Reference in a new issue