From 9fa90b9bb0f83763f4dd13ed3ee0705a93bf3421 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 23 Jun 2025 08:26:08 +0200 Subject: [PATCH] Reduce proof probability --- tests/integration/testsales.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/testsales.nim b/tests/integration/testsales.nim index 073da0f6..9f9a07c0 100644 --- a/tests/integration/testsales.nim +++ b/tests/integration/testsales.nim @@ -140,7 +140,7 @@ marketplacesuite(name = "Sales", stopOnRequestFail = true): cid, duration = 20 * 60.uint64, pricePerBytePerSecond = minPricePerBytePerSecond, - proofProbability = 3.u256, + proofProbability = 1.u256, expiry = (10 * 60).uint64, collateralPerByte = collateralPerByte, nodes = 3, @@ -214,7 +214,7 @@ marketplacesuite(name = "Sales", stopOnRequestFail = true): cid, duration = duration, pricePerBytePerSecond = minPricePerBytePerSecond, - proofProbability = 3.u256, + proofProbability = 1.u256, expiry = 10 * 60.uint64, collateralPerByte = collateralPerByte, nodes = ecNodes,