Skip to content

Commit

Permalink
ci: Increase timeout when installing tm_devices from pypi servers to …
Browse files Browse the repository at this point in the history
…avoid issues caused by long wheel build times for packages that tm_devices depends on (such as zeroconf). (tektronix#98)

Signed-off-by: qthompso <[email protected]>
  • Loading branch information
nfelt14 authored and qthompso committed Feb 15, 2024
1 parent af3ee5a commit 4d925f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
# A retry is used to allow for some downtime before the package is installable
uses: nick-fields/retry@v2
with:
timeout_minutes: 2
timeout_minutes: 10
max_attempts: 5
retry_wait_seconds: 30
warning_on_retry: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# A retry is used to allow for some downtime before the package is installable
uses: nick-fields/retry@v2
with:
timeout_minutes: 2
timeout_minutes: 10
max_attempts: 5
retry_wait_seconds: 30
warning_on_retry: false
Expand Down

0 comments on commit 4d925f7

Please sign in to comment.