Commit 1bf64d95 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

op-e2e: Increase timeout on output submitter test (#12531)

This has been flaking a lot due to context deadline exceeded errors.
parent 565e540e
...@@ -42,7 +42,7 @@ func TestL2OutputSubmitter(t *testing.T) { ...@@ -42,7 +42,7 @@ func TestL2OutputSubmitter(t *testing.T) {
// for that block and subsequently reorgs to match what the verifier derives when running the // for that block and subsequently reorgs to match what the verifier derives when running the
// reconcillation process. // reconcillation process.
l2Verif := sys.NodeClient("verifier") l2Verif := sys.NodeClient("verifier")
_, err = geth.WaitForBlock(big.NewInt(6), l2Verif, 10*time.Duration(cfg.DeployConfig.L2BlockTime)*time.Second) _, err = geth.WaitForBlock(big.NewInt(6), l2Verif, 20*time.Duration(cfg.DeployConfig.L2BlockTime)*time.Second)
require.Nil(t, err) require.Nil(t, err)
// Wait for batch submitter to update L2 output oracle. // Wait for batch submitter to update L2 output oracle.
......
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