Skip to content

Commit

Permalink
more retries
Browse files Browse the repository at this point in the history
  • Loading branch information
jagodek committed Nov 14, 2024
1 parent 25d1513 commit 7e72c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
S3_FLUKA_BUCKET: ${{ vars.S3_FLUKA_BUCKET }}
S3_FLUKA_KEY: ${{ vars.S3_FLUKA_KEY }}
with:
timeout_minutes: 15
max_attempts: 3
timeout_minutes: 25
max_attempts: 10
retry_on: error
command: poetry run pytest --cov-report html:htmlcov --cov=yaptide
- name: Remove unused pyproject and dependencies
Expand Down

0 comments on commit 7e72c30

Please sign in to comment.