Skip to content

Commit

Permalink
test: don't timeout while waiting for other test units
Browse files Browse the repository at this point in the history
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.

(cherry picked from commit 772f15c)
  • Loading branch information
mrc0mmand authored and keszybz committed Apr 26, 2019
1 parent c098e30 commit 007c257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TEST-16-EXTEND-TIMEOUT/testsuite.service
Expand Up @@ -12,7 +12,7 @@ Wants=testsuite-fail-runtime.service
StopWhenUnneeded=yes

[Service]

Type=simple
TimeoutStartSec=infinity
ExecStartPre=/assess.sh
ExecStart=/bin/true

0 comments on commit 007c257

Please sign in to comment.