From: Luca Boccassi Date: Sun, 3 May 2026 12:27:32 +0000 (+0100) Subject: test: bump device timeout to 300s for TPM2 tests X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8fbc93345e50d4541600e1ec9e633d4c33f7d787;p=thirdparty%2Fsystemd.git test: bump device timeout to 300s for TPM2 tests Booting with TPM2 has become slower recently so tests are randomly failing, try to bump the default device timeout in those test VMs --- diff --git a/test/integration-tests/TEST-70-TPM2/meson.build b/test/integration-tests/TEST-70-TPM2/meson.build index bf66f8f73e3..5932215ceb6 100644 --- a/test/integration-tests/TEST-70-TPM2/meson.build +++ b/test/integration-tests/TEST-70-TPM2/meson.build @@ -10,5 +10,8 @@ integration_tests += [ 'vm' : true, 'firmware' : 'auto', 'tpm' : true, + 'cmdline' : integration_test_template['cmdline'] + [ + 'systemd.default_device_timeout_sec=300', + ], }, ] diff --git a/test/integration-tests/TEST-86-MULTI-PROFILE-UKI/meson.build b/test/integration-tests/TEST-86-MULTI-PROFILE-UKI/meson.build index 51a70970906..acc3512e33d 100644 --- a/test/integration-tests/TEST-86-MULTI-PROFILE-UKI/meson.build +++ b/test/integration-tests/TEST-86-MULTI-PROFILE-UKI/meson.build @@ -7,5 +7,8 @@ integration_tests += [ 'vm' : true, 'firmware' : 'auto', 'tpm' : true, + 'cmdline' : integration_test_template['cmdline'] + [ + 'systemd.default_device_timeout_sec=300', + ], }, ]