Skip to content

Commit 3764758

Browse files
op-e2e: Don't double peer (ethereum-optimism#9423)
1 parent b0f845c commit 3764758

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

op-e2e/actions/sync_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ func TestELSync(gt *testing.T) {
187187
}
188188

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

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

0 commit comments

Comments
 (0)