]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: Bump mkosi integration test timeout to 1800 seconds
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 29 Apr 2024 14:01:57 +0000 (16:01 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 30 Apr 2024 20:10:05 +0000 (22:10 +0200)
Same timeout as the bash framework.

test/meson.build

index 289f564e1efcf560979fb28fe16976cb10dc984e..6cb40ce343cd17486dffc86efcb7ff2b84e40e95 100644 (file)
@@ -374,7 +374,7 @@ integration_tests = {
 foreach test_number, dirname : integration_tests
         test_params = {
                 'mkosi_args' : [],
-                'timeout' : 600,
+                'timeout' : 1800,
                 'storage': 'volatile',
         }