From 797767c639779cd86d939ae926b766fa373533c6 Mon Sep 17 00:00:00 2001 From: Edmund Noble Date: Wed, 15 May 2024 20:08:37 -0400 Subject: [PATCH] test: increase cut fetch timeout in slow tests Change-Id: I16340f61cb7cdea49580735eb421c007d4a6143f --- test/Chainweb/Test/MultiNode.hs | 1 + 1 file changed, 1 insertion(+) 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