mirror of
https://github.com/status-im/codex-contracts-eth.git
synced 2025-01-31 02:35:36 +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,
|
||||
},
|
||||
proofs: {
|
||||
period: 10,
|
||||
timeout: 5,
|
||||
period: 60,
|
||||
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,
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user