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:
parent
a239308f0f
commit
3189c274f6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue