diff --git a/test/Chainweb/Test/MultiNode.hs b/test/Chainweb/Test/MultiNode.hs index c4de094560..9c624e8d34 100644 --- a/test/Chainweb/Test/MultiNode.hs +++ b/test/Chainweb/Test/MultiNode.hs @@ -181,6 +181,7 @@ multiConfig v n = defaultChainwebConfiguration v & set (configServiceApi . serviceApiConfigPort) 0 & set (configServiceApi . serviceApiConfigInterface) interface + & set (configCuts . cutFetchTimeout) 10_000_000 where miner = NodeMiningConfig { _nodeMiningEnabled = True