Decrease chance of incidental test failure

This commit is contained in:
Mark Spanbroek 2021-11-03 17:15:24 +01:00
parent c0fb0c725c
commit b865d0f4c9
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ describe("Proofs", function () {
})
it("requires on average a proof every period", async function () {
let blocks = 500
let blocks = 600
let amount = 0
await proofs.expectProofs(id, period, timeout, blocks)
for (let i=0; i<blocks; i++) {