Update expected inserts

This commit is contained in:
Abdul Rabbani 2022-05-17 15:40:13 -04:00
parent f34577cd88
commit c0262dd144

View File

@ -760,8 +760,8 @@ func (tbc TestBeaconNode) testMultipleReorgs(bc *beaconclient.BeaconClient, firs
log.Info("Sending Phase0 Messages to BeaconClient")
sendHeadMessage(bc, firstHead, maxRetry, 1)
sendHeadMessage(bc, secondHead, maxRetry, 2)
sendHeadMessage(bc, thirdHead, maxRetry, 2)
sendHeadMessage(bc, secondHead, maxRetry, 1)
sendHeadMessage(bc, thirdHead, maxRetry, 1)
curRetry := 0
for atomic.LoadUint64(&bc.Metrics.HeadTrackingReorgs) != 2 {