]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Bump default timeout to 180s
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 25 May 2023 08:00:59 +0000 (10:00 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 25 May 2023 10:09:13 +0000 (12:09 +0200)
Hopefully fixes #27778 where waiting for the root device to appear
times out before systemd-repart has a chance to run and create it.

.github/workflows/mkosi.yml

index 7d3ef4b1867570f0da0fcf1c5fda40dbdbcb0ad4..c125d59ad36091dfae492385f3ac768f5d37d236 100644 (file)
@@ -87,7 +87,7 @@ jobs:
 
         [Content]
         Environment=CI_BUILD=1
-                    DEFAULT_TIMEOUT_SEC=120
+                    DEFAULT_TIMEOUT_SEC=180
                     SLOW_TESTS=true
 
         [Output]