integration: allow for more periods

5 periods was cutting it close, if we get too much
pointer downtime, then the test would fail
This commit is contained in:
Mark Spanbroek 2024-03-03 06:48:51 +01:00
parent a239308f0f
commit 3189c274f6
No known key found for this signature in database
GPG Key ID: FBE3E9548D427C00
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ marketplacesuite "Simulate invalid proofs":
):
let client0 = clients()[0].client
let expiry = 5.periods
let duration = expiry + 5.periods
let duration = expiry + 10.periods
let data = await RandomChunker.example(blocks=8)
createAvailabilities(data.len * 2, duration) # TODO: better value for data.len