mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-01-17 10:02:30 +00:00
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 () {
|
it("requires on average a proof every period", async function () {
|
||||||
let blocks = 500
|
let blocks = 600
|
||||||
let amount = 0
|
let amount = 0
|
||||||
await proofs.expectProofs(id, period, timeout, blocks)
|
await proofs.expectProofs(id, period, timeout, blocks)
|
||||||
for (let i=0; i<blocks; i++) {
|
for (let i=0; i<blocks; i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user