From 91868d5c78ecdef1782e6500c31c8f6386a611e6 Mon Sep 17 00:00:00 2001 From: Neal DeBuhr Date: Sun, 9 Jun 2024 17:06:58 +0000 Subject: [PATCH] =?UTF-8?q?=E2=8C=9B=20Use=20a=20consistent=20Helm=20insta?= =?UTF-8?q?llation=20timeout=20across=20deployment=20validations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4d415cd..7d8aacb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -108,7 +108,7 @@ jobs: --set kanboard.enabled=true \ --set prometheus.enabled=true \ --set grafana.enabled=true \ - --timeout 10m0s \ + --timeout 20m0s \ --wait - name: Undeploy the first workstation