1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-05 13:18:06 +03:00

test: increase timeout for test-path

The CI occasionally fail in test-path with a timeout. test-path loads
units from the filesystem, and this conceivably might take more than
the default limit of 3 s. Increase the timeout substantially to see if
this helps.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-07-22 12:12:36 +02:00
parent 2859bb932b
commit 8f8c7801e9

View File

@ -671,7 +671,8 @@ tests += [
libseccomp, libseccomp,
libselinux, libselinux,
libmount, libmount,
libblkid]], libblkid],
'', 'timeout=120'],
[['src/test/test-execute.c'], [['src/test/test-execute.c'],
[libcore, [libcore,