1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-10 05:18:17 +03:00

Revert "mkosi: extend DefaultTimeoutStopSec= when running on sanitizers"

This reverts commit b75befc3c9.

Unfortunately, it does not work. Let's revert.
This commit is contained in:
Yu Watanabe 2024-12-04 09:13:18 +09:00
parent 67bf853b1d
commit 552e5db9ac
2 changed files with 2 additions and 6 deletions

View File

@ -1,6 +0,0 @@
# 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,5 +4,7 @@ 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',
},
]