We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2b960 commit 56e61b6Copy full SHA for 56e61b6
src/main/scala/io/iohk/ethereum/jsonrpc/TestService.scala
@@ -244,7 +244,7 @@ class TestService(
244
}
245
246
private def getBlockForMining(parentBlock: Block): Task[PendingBlock] = {
247
- implicit val timeout: Timeout = Timeout(5.seconds)
+ implicit val timeout: Timeout = Timeout(20.seconds)
248
pendingTransactionsManager
249
.askFor[PendingTransactionsResponse](PendingTransactionsManager.GetPendingTransactions)
250
.timeout(timeout.duration)
0 commit comments