mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-24 21:34:08 +03:00
test-resolve: increase timeout to 120s
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.
This commit is contained in:
parent
62353f69cc
commit
c92ab239a0
@ -929,7 +929,8 @@ tests += [
|
|||||||
|
|
||||||
[['src/libsystemd/sd-resolve/test-resolve.c'],
|
[['src/libsystemd/sd-resolve/test-resolve.c'],
|
||||||
[],
|
[],
|
||||||
[threads]],
|
[threads],
|
||||||
|
'', 'timeout=120'],
|
||||||
|
|
||||||
[['src/libsystemd/sd-login/test-login.c'],
|
[['src/libsystemd/sd-login/test-login.c'],
|
||||||
[],
|
[],
|
||||||
|
Loading…
Reference in New Issue
Block a user