From 9e29cb17b1ed28ad7fc1e79646726a53f02ba02c Mon Sep 17 00:00:00 2001 From: scrungus <33693738+scrungus@users.noreply.github.com> Date: Tue, 29 Nov 2022 14:20:46 +0000 Subject: [PATCH] longer timeout --- .github/workflows/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index c01cc65..3d22997 100644 --- a/.github/workflows/install.yaml +++ b/.github/workflows/install.yaml @@ -30,4 +30,4 @@ jobs: TYLER_CLOUDS: ${{ secrets.TYLER_CLOUDS }} - name: Run Helm Install - run: ct install --target-branch ${{ github.event.repository.default_branch }} --all --helm-extra-args "--values clouds.yml --timeout 5s" \ No newline at end of file + run: ct install --target-branch ${{ github.event.repository.default_branch }} --all --helm-extra-args "--values clouds.yml --timeout 1m"