From 6a8445d7af78b86e33ae357c6a53d54f3bf5e33a Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 7 Jul 2025 12:31:15 +0200 Subject: [PATCH] Restore duration value --- tests/integration/marketplacesuite.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/marketplacesuite.nim b/tests/integration/marketplacesuite.nim index e3b010a0..6923f2f8 100644 --- a/tests/integration/marketplacesuite.nim +++ b/tests/integration/marketplacesuite.nim @@ -155,7 +155,7 @@ template marketplacesuite*(name: string, body: untyped) = client: CodexClient, cid: Cid, proofProbability = 1.u256, - duration: uint64 = 20 * 60.uint64, + duration: uint64 = 12.periods, pricePerBytePerSecond = 1.u256, collateralPerByte = 1.u256, expiry: uint64 = 4.periods,