mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 01:40:55 +01:00
Bump tor timeout to 120 seconds (#4723)
This commit is contained in:
parent
6b432ea509
commit
1571b85819
@ -178,7 +178,7 @@ case class TorAppConfig(
|
||||
//tor can take at least 25 seconds to start at times
|
||||
//see: https://github.com/bitcoin-s/bitcoin-s/pull/3558#issuecomment-899819698
|
||||
AsyncUtil
|
||||
.retryUntilSatisfied(checkIfLogExists, 1.second, 60)
|
||||
.retryUntilSatisfied(checkIfLogExists, 1.second, 120)
|
||||
//execute started callbacks
|
||||
.flatMap(_ => callBacks.executeOnTorStarted())
|
||||
.recover { case _: AsyncUtil.RpcRetryException =>
|
||||
|
Loading…
Reference in New Issue
Block a user