Decrease chance of incidental test failure
This commit is contained in:
parent
c0fb0c725c
commit
b865d0f4c9
|
@ -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++) {
|
||||
|
|
Loading…
Reference in New Issue