]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: don't timeout while waiting for other test units 12320/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 15 Apr 2019 11:59:27 +0000 (13:59 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 15 Apr 2019 11:59:27 +0000 (13:59 +0200)
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.

test/TEST-16-EXTEND-TIMEOUT/testsuite.service

index e1cd5caeeaf5ebc1abbc8845b74dbe833e87a2a9..7512ba9e12b4b9642a91c5912eb7c7cf5a5ceb86 100644 (file)
@@ -12,7 +12,7 @@ Wants=testsuite-fail-runtime.service
 StopWhenUnneeded=yes
 
 [Service]
-
 Type=simple
+TimeoutStartSec=infinity
 ExecStartPre=/assess.sh
 ExecStart=/bin/true