Skip to content

Commit

Permalink
test 5min timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Dec 2, 2024
1 parent 8287c6e commit e779474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/integration/otel_helm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func TestOtelKubeStackHelm(t *testing.T) {
checkedAgentContainers++
}
return checkedAgentContainers >= tc.atLeastValidatedPodsNumber
}, 2*time.Minute, 10*time.Second, fmt.Sprintf("at least %d agent containers should be checked", tc.atLeastValidatedPodsNumber))
}, 5*time.Minute, 10*time.Second, fmt.Sprintf("at least %d agent containers should be checked", tc.atLeastValidatedPodsNumber))
})
}
}

0 comments on commit e779474

Please sign in to comment.