From 57ff888f9f4220b76032ef82965cccdaae9f6265 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 21 Mar 2022 11:41:40 +0100 Subject: [PATCH] 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. --- src/test/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.47.3