mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
test: don't timeout while waiting for other test units
The main testsuite service timeouts sporadically when waiting for other testsuite-* units. As the test timeout is handled by the "test executor" (test.sh), let's disable it for the service. This should (hopefully) fix the test flakiness.
This commit is contained in:
parent
4d48eabf37
commit
772f15c1d8
@ -12,7 +12,7 @@ Wants=testsuite-fail-runtime.service
|
||||
StopWhenUnneeded=yes
|
||||
|
||||
[Service]
|
||||
|
||||
Type=simple
|
||||
TimeoutStartSec=infinity
|
||||
ExecStartPre=/assess.sh
|
||||
ExecStart=/bin/true
|
||||
|
Loading…
Reference in New Issue
Block a user