mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +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:
parent
2859bb932b
commit
8f8c7801e9
@ -671,7 +671,8 @@ tests += [
|
||||
libseccomp,
|
||||
libselinux,
|
||||
libmount,
|
||||
libblkid]],
|
||||
libblkid],
|
||||
'', 'timeout=120'],
|
||||
|
||||
[['src/test/test-execute.c'],
|
||||
[libcore,
|
||||
|
Loading…
Reference in New Issue
Block a user