Skip to content

Commit

Permalink
system-tests: increase ptp retries (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo L Manrique authored Jul 10, 2024
1 parent 09c09b6 commit c2b07e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system-tests/internal/ptp/ptp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c2b07e9

Please sign in to comment.