From c4c4e96e8216e5bf7df5a6ba982f1bdf5f3d8afb Mon Sep 17 00:00:00 2001 From: Pranshu Srivastava Date: Wed, 20 Nov 2024 18:30:28 +0530 Subject: [PATCH] fixup! fixup! address malformed configmap post-test Signed-off-by: Pranshu Srivastava --- test/extended/prometheus/collection_profiles.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/extended/prometheus/collection_profiles.go b/test/extended/prometheus/collection_profiles.go index 4f5ef3008b6f..09442a13f5e2 100644 --- a/test/extended/prometheus/collection_profiles.go +++ b/test/extended/prometheus/collection_profiles.go @@ -58,7 +58,7 @@ type runner struct { var _ = g.Describe("[sig-instrumentation][OCPFeatureGate:MetricsCollectionProfiles] The collection profiles feature-set", g.Ordered, func() { defer g.GinkgoRecover() - o.SetDefaultEventuallyTimeout(15 * time.Minute) + o.SetDefaultEventuallyTimeout(20 * time.Minute) o.SetDefaultEventuallyPollingInterval(5 * time.Second) r := &runner{}