From ca315ba22bea14b74a9fc773f99e422266d49176 Mon Sep 17 00:00:00 2001 From: Sergio Ropero Date: Thu, 9 Feb 2023 13:03:37 -0800 Subject: [PATCH] Double `Run Helm End-to-End Acceptance Tests` timeout --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 94335ad69bf7..c1890e7c4a87 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -1216,7 +1216,7 @@ jobs: AWS_S3_BUCKET: airbyte-ci-ac-tests-logs SECRET_STORE_GCP_CREDENTIALS: ${{ secrets.SECRET_STORE_GCP_CREDENTIALS }} SECRET_STORE_GCP_PROJECT_ID: ${{ secrets.SECRET_STORE_GCP_PROJECT_ID }} - timeout-minutes: 20 + timeout-minutes: 40 uses: Wandalen/wretry.action@master with: command: CI=true IS_MINIKUBE=true ./tools/bin/acceptance_test_kube_helm.sh