Skip to content

Commit

Permalink
Adds one retry for Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Sep 14, 2023
1 parent d120dac commit ab086fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vma-archiver-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Start Docker
uses: nick-fields/retry@v2
with:
max_attempts: 4
max_attempts: 5
retry_on: error
timeout_seconds: 2400
command: |
Expand Down

0 comments on commit ab086fb

Please sign in to comment.