Implemented missing parameter

This commit is contained in:
Kevin Veen-Birkenbach 2023-12-15 01:04:14 +01:00
parent 95d7d9cfab
commit c96cf73942

View File

@ -100,7 +100,7 @@ def freeze(filtered_services, timeout_sec):
attempt = wait_for_all_services_to_stop(filtered_services, max_attempts, attempt, break_time_sec)
print("All required services have stopped.")
def defrost(filtered_services):
def defrost(filtered_services,timeout_sec):
"""
Defrost services by starting and enabling their timers.
"""