]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "mkosi: extend DefaultTimeoutStopSec= when running on sanitizers"
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 4 Dec 2024 00:13:18 +0000 (09:13 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 4 Dec 2024 00:13:18 +0000 (09:13 +0900)
This reverts commit b75befc3c98bcfa57ab801a24234ecab1c0b34a9.

Unfortunately, it does not work. Let's revert.

mkosi.sanitizers/mkosi.extra/etc/systemd/system.conf.d/10-default-timeout.conf [deleted file]
test/TEST-73-LOCALE/meson.build

diff --git a/mkosi.sanitizers/mkosi.extra/etc/systemd/system.conf.d/10-default-timeout.conf b/mkosi.sanitizers/mkosi.extra/etc/systemd/system.conf.d/10-default-timeout.conf
deleted file mode 100644 (file)
index 28dbdb2..0000000
+++ /dev/null
@@ -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
index 4f50d66e550481010d7e8d5185c17224543b0a81..e5b9f19015167f73e757ca20c7c4aafec7b4facb 100644 (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',
         },
 ]