From: Daan De Meyer Date: Mon, 29 Apr 2024 14:01:57 +0000 (+0200) Subject: test: Bump mkosi integration test timeout to 1800 seconds X-Git-Tag: v256-rc2~139^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51273281cd5eea06b9184396f203a95d791e6b5b;p=thirdparty%2Fsystemd.git test: Bump mkosi integration test timeout to 1800 seconds Same timeout as the bash framework. --- diff --git a/test/meson.build b/test/meson.build index 289f564e1ef..6cb40ce343c 100644 --- a/test/meson.build +++ b/test/meson.build @@ -374,7 +374,7 @@ integration_tests = { foreach test_number, dirname : integration_tests test_params = { 'mkosi_args' : [], - 'timeout' : 600, + 'timeout' : 1800, 'storage': 'volatile', }