From: Frantisek Sumsal Date: Thu, 9 Mar 2023 12:27:57 +0000 (+0100) Subject: test: bump the D-Bus related timeouts to 120s X-Git-Tag: v254-rc1~1077^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72f6d0e556d29b695369493a909562ff1325f8cd;p=thirdparty%2Fsystemd.git test: bump the D-Bus related timeouts to 120s Let's attempt to reduce the amount of flakes further when the AWS region we run in is under heavy load and the hypervisor stars stealing our CPU time. Follow-up to e0cbb73911 and c78d18215b. --- diff --git a/test/test-functions b/test/test-functions index d60a9bfedd1..252aea57a1c 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1940,12 +1940,12 @@ EOF - 60000 + 120000 EOF # Bump the client-side timeout in sd-bus as well mkdir -p "$initdir/etc/systemd/system.conf.d" - echo -e '[Manager]\nDefaultEnvironment=SYSTEMD_BUS_TIMEOUT=60' >"$initdir/etc/systemd/system.conf.d/bus-timeout.conf" + echo -e '[Manager]\nDefaultEnvironment=SYSTEMD_BUS_TIMEOUT=120' >"$initdir/etc/systemd/system.conf.d/bus-timeout.conf" fi }