Raise workflow timeout time

https://github.com/ppy/osu/actions/runs/9985890747/job/27597500883
This commit is contained in:
Dan Balasescu 2024-07-18 16:01:09 +09:00
parent 1906c2f725
commit 7bb680a8a4
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ jobs:
- { prettyname: macOS, fullname: macos-latest }
- { prettyname: Linux, fullname: ubuntu-latest }
threadingMode: ['SingleThread', 'MultiThreaded']
timeout-minutes: 60
timeout-minutes: 120
steps:
- name: Checkout
uses: actions/checkout@v4