Skip to content

Commit

Permalink
try higher timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
eroux committed Jan 7, 2025
1 parent 989ea49 commit 0a5284a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
pyside6-rcc resources.qrc -o resources.py
- name: Build with Nuitka (MacOS)
timeout-minutes: 10
timeout-minutes: 60
if: matrix.os == 'macos-latest'
env:
APPLE_DEVELOPER_ID: ${{ secrets.APPLE_DEVELOPER_ID }}
Expand All @@ -91,7 +91,7 @@ jobs:
main.py
- name: Build with Nuitka (Windows)
timeout-minutes: 10
timeout-minutes: 60
if: matrix.os == 'windows-latest'
run: |
python -m nuitka --standalone `
Expand Down

0 comments on commit 0a5284a

Please sign in to comment.