From 055e84b5ade28fbf7a44b5e8ee7c4a38c319d7a9 Mon Sep 17 00:00:00 2001 From: Trey Dockendorf Date: Mon, 30 Dec 2024 10:27:29 -0500 Subject: [PATCH] Increate timeout --- .github/config/cf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/config/cf.yaml b/.github/config/cf.yaml index da31874a..7101a8d1 100644 --- a/.github/config/cf.yaml +++ b/.github/config/cf.yaml @@ -8,3 +8,4 @@ chart-repos: - bitnami=https://charts.bitnami.com/bitnami - osc=https://osc.github.io/osc-helm-charts/ - robjuz-helm-charts=https://treydock.github.io/robjuz-helm-charts/ +helm-extra-args: '--timeout 600s'