From e77947456b68ca80332b117769075de512e82346 Mon Sep 17 00:00:00 2001 From: Roger Coll Date: Mon, 2 Dec 2024 16:33:05 +0100 Subject: [PATCH] test 5min timeout --- testing/integration/otel_helm_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/integration/otel_helm_test.go b/testing/integration/otel_helm_test.go index 920bcc1797..4e5645e337 100644 --- a/testing/integration/otel_helm_test.go +++ b/testing/integration/otel_helm_test.go @@ -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)) }) } }