1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 00:00:40 +08:00

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
Unverified
parent 1906c2f725
commit 7bb680a8a4
+1 -1
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