Commit bd9098e285

Alex Rønne Petersen <alex@alexrp.com>
2025-10-01 13:17:31
ci: bump x86_64-linux-debug-llvm timeout to 8 hours on Forgejo Actions
1 parent 30e43f7
Changed files (1)
.forgejo
workflows
.forgejo/workflows/ci.yaml
@@ -115,7 +115,7 @@ jobs:
           fetch-depth: 0
       - name: Build and Test
         run: sh ci/x86_64-linux-debug-llvm.sh
-        timeout-minutes: 420
+        timeout-minutes: 480
   x86_64-linux-release:
     runs-on: [self-hosted, x86_64-linux]
     steps: