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:
parent
3f3b4959e2
commit
b75befc3c9
@ -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
|
@ -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',
|
||||
},
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user