Commit 4ed5bb0bac

Alex Rønne Petersen <alex@alexrp.com>
2025-11-19 20:45:09
ci: bump aarch64-linux-debug timeout to 3 hours on Forgejo Actions
1 parent 2f240d0
Changed files (1)
.forgejo
workflows
.forgejo/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
           fetch-depth: 0
       - name: Build and Test
         run: sh ci/aarch64-linux-debug.sh
-        timeout-minutes: 120
+        timeout-minutes: 180
   aarch64-linux-release:
     runs-on: [self-hosted, aarch64-linux]
     steps: