Skip to content

Commit

Permalink
Increase wait to avoid false alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoslatara committed Sep 27, 2024
1 parent 1e1ded5 commit dfafe87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post_release_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# PyPi appears to be "slow" to register new packages, adding manual delay to account for this
- run: sleep 90
- run: sleep 120

pypi-tests:
needs: [pypi-pause]
Expand Down

0 comments on commit dfafe87

Please sign in to comment.