From 669e83fe994853f81528e8c20f2bcc27b394019e Mon Sep 17 00:00:00 2001 From: Ronnie Hoffmann Date: Tue, 7 Nov 2023 12:47:40 +0100 Subject: [PATCH] Change timeout to 15 minutes --- .circleci/config.yml | 2 +- .github/workflows/e2e.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 94ffd0cf..7441a4f5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,7 +39,7 @@ jobs: command: helm dependency update - run: name: Helm install stackstorm-ha chart - command: helm install --timeout 20m0s --debug --wait --name-template stackstorm-ha . + command: helm install --timeout 15m0s --debug --wait --name-template stackstorm-ha . - run: name: Helm test command: helm test stackstorm-ha diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 1051ae37..a67759f0 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -46,7 +46,7 @@ jobs: - name: Helm install run: | - helm install --timeout 20m0s --debug --wait \ + helm install --timeout 15m0s --debug --wait \ --name-template stackstorm-ha . - name: Helm test