Skip to content

Commit

Permalink
Double setup-audio action timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
josephine-wolf-oberholtzer committed Feb 19, 2025
1 parent 31fe0fe commit 09f0e85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
python-version: "3.13"
- name: Setup audio
uses: ./.github/actions/setup-audio
timeout-minutes: 2
- name: Install SuperCollider
uses: ./.github/actions/build-supercollider
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
graphviz \
lame
- name: Setup audio
timeout-minutes: 1
timeout-minutes: 2
uses: ./.github/actions/setup-audio
- name: Install SuperCollider
uses: ./.github/actions/build-supercollider
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Install Supriya
run: pip install -e .
- name: Setup audio
timeout-minutes: 1
timeout-minutes: 2
uses: ./.github/actions/setup-audio
- name: Build SuperCollider
uses: ./.github/actions/build-supercollider
Expand Down

0 comments on commit 09f0e85

Please sign in to comment.