1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-06 13:17:44 +03:00
systemd-stable/test/testsuite-63.units/test63.path
Frantisek Sumsal f994276068 test: make TEST-63 more reliable on slower machines
Otherwise we might never hit the trigger limit and wait indefinitely.

Found when trying to run the test on an EC2 xen machine without a nested
virt in CentOS CI (in preparations for some ... unforseseen consequences).

(cherry picked from commit 0f1f562974)
2022-11-08 00:09:18 +01:00

7 lines
167 B
SYSTEMD

# SPDX-License-Identifier: LGPL-2.1-or-later
[Path]
PathExists=/tmp/test63
# Make the unit friendly to slower machines
TriggerLimitIntervalSec=10
TriggerLimitBurst=10