summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2019-04-15 13:59:27 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2019-04-15 13:59:27 +0200
commit772f15c1d8e717d9eb44e256a3c076598cdb2cea (patch)
treeb593ccdad392caeee4e0d7d6d140eed098bf20f2
parent4d48eabf3781c17c22649f11c4bb287d7de434be (diff)
downloadsystemd-772f15c1d8e717d9eb44e256a3c076598cdb2cea.tar.gz
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.
-rw-r--r--test/TEST-16-EXTEND-TIMEOUT/testsuite.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-16-EXTEND-TIMEOUT/testsuite.service b/test/TEST-16-EXTEND-TIMEOUT/testsuite.service
index e1cd5caeea..7512ba9e12 100644
--- a/test/TEST-16-EXTEND-TIMEOUT/testsuite.service
+++ b/test/TEST-16-EXTEND-TIMEOUT/testsuite.service
@@ -12,7 +12,7 @@ Wants=testsuite-fail-runtime.service
StopWhenUnneeded=yes
[Service]
-
Type=simple
+TimeoutStartSec=infinity
ExecStartPre=/assess.sh
ExecStart=/bin/true