Skip to content

Commit ede1b0f

Browse files
Update description of service
Co-authored-by: Matyas Selmeci <[email protected]>
1 parent d5656a6 commit ede1b0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

osgtest/library/service.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ def start(service_name):
3939
def check_start(service_name, timeout=10, log_to_check = None, min_up_time=0):
4040
"""
4141
Start a service, 'service_name' via init script or systemd and ensure that
42-
it starts running within a 'timeout' second window (default=10s)
42+
it starts running within a 'timeout' second window (default=10s).
43+
Will wait 'min_up_time' seconds before checking; the timeout window starts
44+
after min_up_time has been reached.
4345
"""
4446
start(service_name)
4547
time.sleep(min_up_time)

0 commit comments

Comments
 (0)