]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: bump device timeout to 300s for TPM2 tests
authorLuca Boccassi <luca.boccassi@gmail.com>
Sun, 3 May 2026 12:27:32 +0000 (13:27 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sun, 3 May 2026 14:06:51 +0000 (15:06 +0100)
Booting with TPM2 has become slower recently so tests are randomly
failing, try to bump the default device timeout in those test VMs

test/integration-tests/TEST-70-TPM2/meson.build
test/integration-tests/TEST-86-MULTI-PROFILE-UKI/meson.build

index bf66f8f73e3cee1045641238860db239ae8e056c..5932215ceb6f37e58c4e7679a84c340245ff4152 100644 (file)
@@ -10,5 +10,8 @@ integration_tests += [
                 'vm' : true,
                 'firmware' : 'auto',
                 'tpm' : true,
+                'cmdline' : integration_test_template['cmdline'] + [
+                        'systemd.default_device_timeout_sec=300',
+                ],
         },
 ]
index 51a70970906b9b248413251b8a4fe634da767796..acc3512e33d7ef6f9385d83e833d053294d31d29 100644 (file)
@@ -7,5 +7,8 @@ integration_tests += [
                 'vm' : true,
                 'firmware' : 'auto',
                 'tpm' : true,
+                'cmdline' : integration_test_template['cmdline'] + [
+                        'systemd.default_device_timeout_sec=300',
+                ],
         },
 ]