From: Zbigniew Jędrzejewski-Szmek Date: Mon, 21 Mar 2022 10:41:40 +0000 (+0100) Subject: test-nss-host: increase timeout X-Git-Tag: v251-rc1~86^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F22798%2Fhead;p=thirdparty%2Fsystemd.git test-nss-host: increase timeout 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. --- diff --git a/src/test/meson.build b/src/test/meson.build index 1de502db8bf..297a65d9afc 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -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',