Commit d188e795 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub

Merge pull request #3951 from ethereum-optimism/jg/attempt_fix_sequencer_drift_test

op-e2e: Increase sequencer drift in sequencer conf depth test
parents f47c670b ad9dc0c5
...@@ -247,7 +247,7 @@ func TestConfirmationDepth(t *testing.T) { ...@@ -247,7 +247,7 @@ func TestConfirmationDepth(t *testing.T) {
cfg := DefaultSystemConfig(t) cfg := DefaultSystemConfig(t)
cfg.DeployConfig.SequencerWindowSize = 4 cfg.DeployConfig.SequencerWindowSize = 4
cfg.DeployConfig.MaxSequencerDrift = 3 * cfg.DeployConfig.L1BlockTime cfg.DeployConfig.MaxSequencerDrift = 10 * cfg.DeployConfig.L1BlockTime
seqConfDepth := uint64(2) seqConfDepth := uint64(2)
verConfDepth := uint64(5) verConfDepth := uint64(5)
cfg.Nodes["sequencer"].Driver.SequencerConfDepth = seqConfDepth cfg.Nodes["sequencer"].Driver.SequencerConfDepth = seqConfDepth
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment