Skip to content

Commit 937a650

Browse files
pedjakclaude
andcommitted
fix: increase helm install timeout from 5m to 10m
CRD installation + operator startup + Prometheus StatefulSet creation can exceed 5 minutes on cold CI runners. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d95b529 commit 937a650

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ else
358358
--set-string 'prometheus.additionalServiceMonitors[1].endpoints[0].tlsConfig.ca.secret.name=$(CATALOGD_CERT_SECRET)' \
359359
--set-string 'prometheus.additionalServiceMonitors[1].endpoints[0].tlsConfig.cert.secret.name=$(CATALOGD_CERT_SECRET)' \
360360
--set-string 'prometheus.additionalServiceMonitors[1].endpoints[0].tlsConfig.keySecret.name=$(CATALOGD_CERT_SECRET)' \
361-
--wait --timeout 5m
361+
--wait --timeout 10m
362362
endif
363363

364364
.PHONY: test-extension-developer-e2e

0 commit comments

Comments
 (0)