From c1bde6ac52aabedee31a4fc8d5d03e7d5e79fb79 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 22 Aug 2024 12:06:05 +0200 Subject: [PATCH] test: reduce install timeout --- tools/ct.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ct.yml b/tools/ct.yml index 7c3f479..3d241fc 100644 --- a/tools/ct.yml +++ b/tools/ct.yml @@ -1,5 +1,5 @@ # https://github.com/helm/chart-testing/blob/main/doc/ct_install.md -helm-extra-args: --timeout 5m +helm-extra-args: --timeout 3m check-version-increment: false debug: true target-branch: main