1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00

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.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-03-21 11:41:40 +01:00
parent 8e1fc5d939
commit 57ff888f9f

View 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',