Commit f06adc70b0

Alex Rønne Petersen <alex@alexrp.com>
2025-11-20 03:34:42
ci: bump timeout for s390x-linux-debug to 5 hours on Forgejo Actions
1 parent c9afa90
Changed files (1)
.forgejo
workflows
.forgejo/workflows/ci.yaml
@@ -82,7 +82,7 @@ jobs:
           fetch-depth: 0
       - name: Build and Test
         run: sh ci/s390x-linux-debug.sh
-        timeout-minutes: 240
+        timeout-minutes: 300
   s390x-linux-release:
     runs-on: [self-hosted, s390x-linux]
     steps: