debugging in ci

try extending expiry by 6 periods
This commit is contained in:
Eric 2023-11-23 18:48:47 +11:00
parent 836a4cc067
commit b6d2f0433e
No known key found for this signature in database

View File

@ -211,7 +211,8 @@ marketplacesuite "Simulate invalid proofs":
let purchaseId = await client0.requestStorage(
cid,
duration=totalPeriods.periods
duration=totalPeriods.periods,
expiry=10.periods
)
without requestId =? client0.requestId(purchaseId):