1
1
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:
Frantisek Sumsal 2019-04-15 13:59:27 +02:00
parent 4d48eabf37
commit 772f15c1d8

View File

@ -12,7 +12,7 @@ Wants=testsuite-fail-runtime.service
StopWhenUnneeded=yes
[Service]
Type=simple
TimeoutStartSec=infinity
ExecStartPre=/assess.sh
ExecStart=/bin/true