Skip to content

Commit

Permalink
test: increase cut fetch timeout in slow tests
Browse files Browse the repository at this point in the history
Change-Id: I16340f61cb7cdea49580735eb421c007d4a6143f
  • Loading branch information
edmundnoble committed Jun 1, 2024
1 parent a3e4c56 commit 797767c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Chainweb/Test/MultiNode.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 797767c

Please sign in to comment.