]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-resolve: increase timeout to 120s
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 27 Jan 2019 17:43:41 +0000 (18:43 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 4 Feb 2019 19:32:44 +0000 (20:32 +0100)
The test queries some domain names. If the DNS servers are unreachable,
e.g. in a rawhide container I get the total runtime of 24.5s usually, but
sometimes slightly longer, enough to reach the default timeout of 30s.

src/test/meson.build

index d9d87e02c5659b330346fe2d5deb7b56f52980a9..08026ea8c491c2334d4b90963a2d15ed9c1c366f 100644 (file)
@@ -929,7 +929,8 @@ tests += [
 
         [['src/libsystemd/sd-resolve/test-resolve.c'],
          [],
-         [threads]],
+         [threads],
+         '', 'timeout=120'],
 
         [['src/libsystemd/sd-login/test-login.c'],
          [],