Skip to content

Commit

Permalink
op-e2e: Don't double peer (ethereum-optimism#9423)
Browse files Browse the repository at this point in the history
  • Loading branch information
trianglesphere authored Feb 7, 2024
1 parent b0f845c commit 3764758
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions op-e2e/actions/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ func TestELSync(gt *testing.T) {
}

// Wait longer to peer. This tests flakes or takes a long time when the op-geth instances are not able to peer.
seqEng.AddPeers(verEng.Enode())
verEng.AddPeers(seqEng.Enode())

// Insert it on the verifier
Expand All @@ -201,7 +200,7 @@ func TestELSync(gt *testing.T) {
func() bool {
return seqEng.PeerCount() > 0 && verEng.PeerCount() > 0
},
60*time.Second, 1500*time.Millisecond,
120*time.Second, 1500*time.Millisecond,
"Sequencer & Verifier must peer with each other for snap sync to work",
)

Expand Down

0 comments on commit 3764758

Please sign in to comment.