We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81cad03 + 53e4e16 commit f1d9393Copy full SHA for f1d9393
osgtest/library/service.py
@@ -79,7 +79,7 @@ def check_stop(service_name, timeout=10):
79
stops running within a 'timeout' second window (default=10s)
80
"""
81
stop(service_name)
82
- assert is_stopped(service_name, timeout=10), "%s is still running" % service_name
+ assert is_stopped(service_name, timeout=timeout), "%s is still running" % service_name
83
84
def status(service_name):
85
0 commit comments