From 674f71606538f3e46c761f111466f5f0d406b503 Mon Sep 17 00:00:00 2001 From: Jeremiah Lee <106775223+jeremiahlee@users.noreply.github.com> Date: Fri, 11 Oct 2024 22:50:22 +0200 Subject: [PATCH] test: increase timeout for helm install --- .github/workflows/test-chart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-chart.yml b/.github/workflows/test-chart.yml index 3e02fc6d..82d107c1 100644 --- a/.github/workflows/test-chart.yml +++ b/.github/workflows/test-chart.yml @@ -109,7 +109,7 @@ jobs: run: | helm install mastodon . \ --values dev-values.yaml \ - --timeout 10m + --timeout 20m # This actions provides a report about the state of the k8s cluster, # providing logs etc on anything that has failed and workloads marked as