From a705fabf43d8a58f59f964544cf6fed4a24324bd Mon Sep 17 00:00:00 2001 From: Fabian Kammel Date: Mon, 1 Aug 2022 21:44:12 +0200 Subject: [PATCH] wait at most 5 hours (#322) --- .github/actions/sonobuoy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/sonobuoy/action.yml b/.github/actions/sonobuoy/action.yml index 6a135b563..2f3f42b9a 100644 --- a/.github/actions/sonobuoy/action.yml +++ b/.github/actions/sonobuoy/action.yml @@ -22,7 +22,7 @@ runs: shell: bash - name: Run quick e2e test - run: sonobuoy run --wait ${{ inputs.sonobuoyTestSuiteCmd }} --kubeconfig constellation-admin.conf + run: sonobuoy run --wait 300 ${{ inputs.sonobuoyTestSuiteCmd }} --kubeconfig constellation-admin.conf shell: bash - name: Download results run: sonobuoy retrieve -x --kubeconfig constellation-admin.conf