We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244152f commit 819c223Copy full SHA for 819c223
.github/workflows/ci-cd.yml
@@ -1501,7 +1501,7 @@ jobs:
1501
&& fromJSON(needs.pre-setup.outputs.release-requested)
1502
runs-on: ubuntu-latest
1503
1504
- timeout-minutes: 2 # docker+network are slow sometimes
+ timeout-minutes: 5 # docker+network are slow sometimes
1505
1506
environment:
1507
name: pypi
@@ -1545,7 +1545,7 @@ jobs:
1545
)
1546
1547
1548
1549
1550
1551
name: testpypi
0 commit comments