mirror of
https://github.com/status-im/codex-contracts-eth.git
synced 2025-03-01 00:20:45 +00:00
Increase proof period
In Codex's integration tests we now create real ZK proofs, which take a bit longer to generate. We therefore need a period that remains the same while the proof is generated.
This commit is contained in:
parent
e5cb3bc571
commit
ed54b80fc9
@ -9,8 +9,10 @@ const CONFIGURATION = {
|
|||||||
slashPercentage: 10,
|
slashPercentage: 10,
|
||||||
},
|
},
|
||||||
proofs: {
|
proofs: {
|
||||||
period: 10,
|
period: 60,
|
||||||
timeout: 5,
|
timeout: 30,
|
||||||
|
// `downtime` needs to be larger than `period` when running hardhat
|
||||||
|
// in automine mode, because it can produce a block every second
|
||||||
downtime: 64,
|
downtime: 64,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user