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:
parent
67bf853b1d
commit
552e5db9ac
@ -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
|
@ -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',
|
||||
},
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user