From ad410978fd76bd381ab0581c07263860fb4cf8bd Mon Sep 17 00:00:00 2001 From: Vincent Shen Date: Mon, 20 May 2024 22:41:37 -0700 Subject: [PATCH] OCP4: Increase retry wait time for OCP parsing action Let's increase the retry wait time to 300 seconds for Gate / Kubernetes Test Content Parsing workflow, so it can have higher success rate. --- .github/workflows/k8s-content-pr-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/k8s-content-pr-test.yaml b/.github/workflows/k8s-content-pr-test.yaml index 2c58152765c..923027ab4a8 100644 --- a/.github/workflows/k8s-content-pr-test.yaml +++ b/.github/workflows/k8s-content-pr-test.yaml @@ -20,9 +20,9 @@ jobs: - name: Copy XCCDF files from existing content image uses: nick-fields/retry@v3 with: - timeout_minutes: 15 + timeout_minutes: 20 max_attempts: 3 - retry_wait_seconds: 120 + retry_wait_seconds: 300 retry_on: error command: | mkdir -p content