Skip to content

Commit

Permalink
op-e2e: Increase timeout on output submitter test (#12531)
Browse files Browse the repository at this point in the history
This has been flaking a lot due to context deadline exceeded errors.
  • Loading branch information
mslipper authored Oct 18, 2024
1 parent 565e540 commit 1bf64d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added op-deployer/bin/op-deployer
Binary file not shown.
2 changes: 1 addition & 1 deletion op-e2e/system/proofs/proposer_l2oo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestL2OutputSubmitter(t *testing.T) {
// for that block and subsequently reorgs to match what the verifier derives when running the
// reconcillation process.
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)

// Wait for batch submitter to update L2 output oracle.
Expand Down

0 comments on commit 1bf64d9

Please sign in to comment.