mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
772f15c1d8
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.
19 lines
459 B
Desktop File
19 lines
459 B
Desktop File
|
|
[Unit]
|
|
Description=Testsuite: Assess all other testsuite-*.services worked as expected
|
|
|
|
Wants=testsuite-success-all.service
|
|
Wants=testsuite-success-start.service
|
|
Wants=testsuite-success-runtime.service
|
|
Wants=testsuite-success-stop.service
|
|
Wants=testsuite-fail-start.service
|
|
Wants=testsuite-fail-stop.service
|
|
Wants=testsuite-fail-runtime.service
|
|
StopWhenUnneeded=yes
|
|
|
|
[Service]
|
|
Type=simple
|
|
TimeoutStartSec=infinity
|
|
ExecStartPre=/assess.sh
|
|
ExecStart=/bin/true
|