1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-01 08:58:29 +03:00

mkosi: extend DefaultTimeoutStopSec= when running on sanitizers

Hopefully fixes #35335.
This commit is contained in:
Yu Watanabe 2024-11-30 04:06:24 +09:00
parent 3f3b4959e2
commit b75befc3c9
2 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,6 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
[Manager]
# Sanitizers may make exit() extremely slower.
# Let's extend the timeout. See issue #35335.
DefaultTimeoutStopSec=2min

View File

@ -4,7 +4,5 @@ integration_tests += [
integration_test_template + {
'name' : fs.name(meson.current_source_dir()),
'priority' : 10,
# TODO: Remove when https://github.com/systemd/systemd/issues/35335 is fixed.
'coredump-exclude-regex' : '/systemd-localed',
},
]