Skip to content

Commit 819c223

Browse files
committed
🧪📦 Increase (Test)PyPI timeouts to 5 min
In the past, it was taking 4 minutes to upload all those wheels.
1 parent 244152f commit 819c223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ jobs:
15011501
&& fromJSON(needs.pre-setup.outputs.release-requested)
15021502
runs-on: ubuntu-latest
15031503

1504-
timeout-minutes: 2 # docker+network are slow sometimes
1504+
timeout-minutes: 5 # docker+network are slow sometimes
15051505

15061506
environment:
15071507
name: pypi
@@ -1545,7 +1545,7 @@ jobs:
15451545
)
15461546
runs-on: ubuntu-latest
15471547

1548-
timeout-minutes: 2 # docker+network are slow sometimes
1548+
timeout-minutes: 5 # docker+network are slow sometimes
15491549

15501550
environment:
15511551
name: testpypi

0 commit comments

Comments
 (0)