Skip to content

Commit

Permalink
Increase GHA test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtonmeuser committed Sep 12, 2024
1 parent 6db6b83 commit e5e8dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- platform: windows
os: windows-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 10
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- platform: windows
os: windows-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 10
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e5e8dce

Please sign in to comment.