Skip to content

Commit

Permalink
OCP4: Increase retry wait time for OCP parsing action
Browse files Browse the repository at this point in the history
Let's increase the retry wait time to 300 seconds for Gate / Kubernetes Test Content Parsing workflow, so it can have higher success rate.
  • Loading branch information
Vincent056 committed May 21, 2024
1 parent ef725b1 commit ad41097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/k8s-content-pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad41097

Please sign in to comment.