mkosi: Use default timeout of 10s

Let's override the default timeout to something more reasonable for
mkosi builds.
This commit is contained in:
Daan De Meyer 2023-03-16 12:12:38 +01:00
parent e912bef85d
commit 9f94d2741f
2 changed files with 3 additions and 0 deletions

View file

@ -91,6 +91,7 @@ jobs:
[Content]
Environment=CI_BUILD=1
DEFAULT_TIMEOUT_SEC=90
[Output]
KernelCommandLine=${{ env.KERNEL_CMDLINE }}

View file

@ -63,6 +63,8 @@ if [ ! -f "$BUILDDIR"/build.ninja ] ; then
${PAMDIR:-} \
-D "sysvinit-path=$sysvinit_path" \
-D "rootprefix=$rootprefix" \
-D default-timeout-sec=${DEFAULT_TIMEOUT_SEC:-10} \
-D default-user-timeout-sec=${DEFAULT_TIMEOUT_SEC:-10} \
-D man=false \
-D translations=false \
-D version-tag="${VERSION_TAG}" \