]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-nss-host: increase timeout 22798/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 21 Mar 2022 10:41:40 +0000 (11:41 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 21 Mar 2022 10:43:47 +0000 (11:43 +0100)
With my crappy home network the test takes 29.5s usually. But with any
tiny slowdown, it goes above the 30s limit and fails. Let's bump the
timeout to avoid spurious failures.

src/test/meson.build

index 1de502db8bf0e7dea9c1ed85dc6503a800118ddb..297a65d9afc54f2f743b4bed4044b64cc138debb 100644 (file)
@@ -613,7 +613,7 @@ tests += [
                'nss-test-util.h'),
          [],
          [libdl],
-         [], 'ENABLE_NSS'],
+         [], 'ENABLE_NSS', 'timeout=120'],
 
         [files('test-nss-users.c',
                'nss-test-util.c',