Commit ad9dc0c5 authored by Joshua Gutow's avatar Joshua Gutow

op-e2e: Increase sequencer drift in sequencer conf depth test

The test was flaking on the issue that l2 verifier head + conf depth
was ahead of the sequencer head. I noticed that we were occasionally
having to force advancing the L1 Origin because of the high conf depth
relative to the sequencer depth.
parent f47c670b
......@@ -247,7 +247,7 @@ func TestConfirmationDepth(t *testing.T) {
cfg := DefaultSystemConfig(t)
cfg.DeployConfig.SequencerWindowSize = 4
cfg.DeployConfig.MaxSequencerDrift = 3 * cfg.DeployConfig.L1BlockTime
cfg.DeployConfig.MaxSequencerDrift = 10 * cfg.DeployConfig.L1BlockTime
seqConfDepth := uint64(2)
verConfDepth := uint64(5)
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