Skip to content

Commit 9dcb0da

Browse files
committed
fix(e2e): set maximumStartupDurationSeconds=900
Signed-off-by: Bence Csati <[email protected]>
1 parent cf8fbb4 commit 9dcb0da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/logging_metrics_monitoring/logging_metrics_monitoring_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ func installPrometheusOperator(c common.Cluster) error {
330330
helm.WithNamespace("monitoring"),
331331
helm.WithArgs("--set", "prometheus.prometheusSpec.serviceMonitorSelectorNilUsesHelmValues=false"),
332332
helm.WithArgs("--set", "prometheus.prometheusSpec.podMonitorSelectorNilUsesHelmValues=false"),
333+
helm.WithArgs("--set", "prometheus.prometheusSpec.maximumStartupDurationSeconds=900"),
333334
helm.WithWait(),
334335
); err != nil {
335336
return fmt.Errorf("failed to install prometheus: %v", err)

0 commit comments

Comments
 (0)