Skip to content

Commit

Permalink
Merge pull request #12013 from Vincent056/w_time
Browse files Browse the repository at this point in the history
OCP4: Increase retry wait time for OCP parsing action
  • Loading branch information
rhmdnd authored May 22, 2024
2 parents cd0c045 + ad41097 commit 39fd70c
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 39fd70c

Please sign in to comment.