chiark / gitweb /
666f4229bfe72c7b25402a442e658bd18c884cc9
[elogind.git] / test / TEST-16-EXTEND-TIMEOUT / testsuite-success-all.service
1
2 [Unit]
3 Description=Testsuite: EXTEND_TIMEOUT_USEC Success - extend timeout on all services
4
5 [Service]
6
7 # Normal success - startup / runtime / shutdown all take 8 seconds which is within the EXTEND_TIMEOUT_USEC=4 seconds interval
8 # runtime is 8+8+8 seconds. so we are relying on the EXTEND_TIMEOUT_USEC to exceed all stages, Start, Runtime and Stop.
9 # success occurs after 24 seconds
10 Type=notify
11 TimeoutStartSec=4
12 TimeoutStopSec=4
13 RuntimeMaxSec=4
14 ExecStart=/extend_timeout_test_service.sh SERVICE=success_all extend_timeout_interval=4 sleep_interval=2 start_intervals=3 run_intervals=3 stop_intervals=3