summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-03-16 12:12:38 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2023-03-16 18:19:37 +0100
commit9f94d2741f7259bfb89a4165f035f79683acec3b (patch)
tree70b51a5b4fa05e32796ea49c9ad1d5b1699c1a51 /.github
parente912bef85d4d5a47b474a66555200cbee094f865 (diff)
downloadsystemd-9f94d2741f7259bfb89a4165f035f79683acec3b.tar.gz
mkosi: Use default timeout of 10s
Let's override the default timeout to something more reasonable for mkosi builds.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mkosi.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml
index 57b19d462e..aa56ab303c 100644
--- a/.github/workflows/mkosi.yml
+++ b/.github/workflows/mkosi.yml
@@ -91,6 +91,7 @@ jobs:
[Content]
Environment=CI_BUILD=1
+ DEFAULT_TIMEOUT_SEC=90
[Output]
KernelCommandLine=${{ env.KERNEL_CMDLINE }}