Skip to content

Commit

Permalink
add timeout (#1703)
Browse files Browse the repository at this point in the history
  • Loading branch information
madhur-ob authored Jan 25, 2024
1 parent 94a936e commit a694136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: nick-fields/retry@v2
with:
max_attempts: 2
timeout_minutes: 3
retry_on: error
command: cd ./stubs && pytest --mypy-ini-file test/setup.cfg --mypy-only-local-stub && cd -
on_retry_command: |
Expand Down

0 comments on commit a694136

Please sign in to comment.