From a722f900f4a12d38a59f69b508b9b84ec8a641cc Mon Sep 17 00:00:00 2001 From: ThatBen Date: Thu, 29 May 2025 18:36:37 +0200 Subject: [PATCH] Reduces proof requirement for generations test --- Tests/CodexReleaseTests/MarketTests/MultipleContractsTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CodexReleaseTests/MarketTests/MultipleContractsTest.cs b/Tests/CodexReleaseTests/MarketTests/MultipleContractsTest.cs index aae63ecb..b37a9af2 100644 --- a/Tests/CodexReleaseTests/MarketTests/MultipleContractsTest.cs +++ b/Tests/CodexReleaseTests/MarketTests/MultipleContractsTest.cs @@ -88,7 +88,7 @@ namespace CodexReleaseTests.MarketTests MinRequiredNumberOfNodes = (uint)slots, NodeFailureTolerance = (uint)tolerance, PricePerBytePerSecond = pricePerBytePerSecond, - ProofProbability = 1, + ProofProbability = 1000, CollateralPerByte = 1.TstWei() }); }