From: Daan De Meyer Date: Thu, 25 May 2023 08:00:59 +0000 (+0200) Subject: mkosi: Bump default timeout to 180s X-Git-Tag: v254-rc1~384 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a27f2532762c000aea3aeeb837d3523dab82dcb8;p=thirdparty%2Fsystemd.git mkosi: Bump default timeout to 180s Hopefully fixes #27778 where waiting for the root device to appear times out before systemd-repart has a chance to run and create it. --- diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 7d3ef4b1867..c125d59ad36 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -87,7 +87,7 @@ jobs: [Content] Environment=CI_BUILD=1 - DEFAULT_TIMEOUT_SEC=120 + DEFAULT_TIMEOUT_SEC=180 SLOW_TESTS=true [Output]