diff --git a/tests/system-tests/internal/ptp/ptp.go b/tests/system-tests/internal/ptp/ptp.go index 15d703d3e..c3996d281 100644 --- a/tests/system-tests/internal/ptp/ptp.go +++ b/tests/system-tests/internal/ptp/ptp.go @@ -59,7 +59,7 @@ func isPtpClockSync(apiClient *clients.Settings) (bool, error) { for _, pod := range podList { if strings.Contains(pod.Object.Name, ptpLinuxPod) { - const maxRetries = 3 + const maxRetries = 6 var cmd bytes.Buffer