]> git.mdlowis.com Git - proto/labwc.git/commitdiff
CI: reduce job timeout to 10 minutes
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Tue, 26 Nov 2024 01:17:10 +0000 (02:17 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Tue, 26 Nov 2024 05:12:46 +0000 (06:12 +0100)
Since GitHub runners now support hardware virtualization,
the maximal runtime of the FreeBSD runner is somewhere
around 3 to 6 minutes. It may still fail sometimes so
keep the timeout parameter around.

.github/workflows/build.yml

index 7944284aa841fd6d59560287ebba87299e901bf2..2044f7bba405725e0f2aeed91e9db84a939aa76c 100644 (file)
@@ -23,7 +23,7 @@ jobs:
   build:
     name: Build
     needs: codestyle
-    timeout-minutes: 20
+    timeout-minutes: 10
     strategy:
       fail-fast: false
       matrix: