Skip to content

Commit caf98ba

Browse files
authored
Increase deploy timeout to 15 minutes (#1138)
The last release failed sigstore due to it taking longer than 5 minutes
1 parent c707925 commit caf98ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ jobs:
557557
- build-wheels-for-tested-arches
558558
- pre-setup # transitive, for accessing settings
559559
runs-on: ubuntu-latest
560-
timeout-minutes: 5
560+
timeout-minutes: 15
561561

562562
permissions:
563563
contents: write # IMPORTANT: mandatory for making GitHub Releases

0 commit comments

Comments
 (0)