From: Evgeny Vereshchagin Date: Tue, 25 Dec 2018 05:13:45 +0000 (+0100) Subject: tests: double DefaultTimeoutStartSec when systemd is run under ASan+UBSan X-Git-Tag: v241-rc1~114^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9688fccc27ba3526c3069a967221af125ce39f9a;p=thirdparty%2Fsystemd.git tests: double DefaultTimeoutStartSec when systemd is run under ASan+UBSan --- diff --git a/test/test-functions b/test/test-functions index bda62e9f7f0..467dbbd8e94 100644 --- a/test/test-functions +++ b/test/test-functions @@ -344,6 +344,7 @@ if [[ "\$PATH_TO_ASAN" ]]; then DEFAULT_ENVIRONMENT="\$DEFAULT_ENVIRONMENT LD_PRELOAD=\$PATH_TO_ASAN" fi echo DefaultEnvironment=\$DEFAULT_ENVIRONMENT >>/etc/systemd/system.conf +echo DefaultTimeoutStartSec=180s >>/etc/systemd/system.conf # ASAN and syscall filters aren't compatible with each other. find / -name '*.service' -type f | xargs sed -i 's/^\\(MemoryDeny\\|SystemCall\\)/#\\1/'