Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 768815c

Browse files
Fix: increase timeout for macos notarize
1 parent 24d5928 commit 768815c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030
jobs:
3131
build-and-test:
3232
runs-on: ${{ matrix.runs-on }}
33-
timeout-minutes: 360
33+
timeout-minutes: 3600
3434
strategy:
3535
fail-fast: false
3636
matrix:

0 commit comments

Comments
 (0)