Skip to content

Commit d1b329b

Browse files
emizzlemarkspanbroek
authored andcommitted
fix(integration): Use RequestFulfilled events instead of querying the purchase state
1 parent d7b8349 commit d1b329b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/30_minutes/testproofs.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ marketplacesuite(name = "Simulate invalid proofs", stopOnRequestFail = false):
118118
.some,
119119
):
120120
let client0 = clients()[0].client
121-
let expiry = 10.periods
121+
let expiry = 15.periods
122122
let duration = expiry + 10.periods
123123

124124
let data = await RandomChunker.example(blocks = blocks)

0 commit comments

Comments
 (0)