Skip to content
Snippets Groups Projects
Commit ca27e7fd authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

chore(ci): longer undeployment stop time

parent f39371db
No related branches found
No related tags found
1 merge request!175chore(ci): checking how CN5G containers stop
......@@ -108,11 +108,11 @@ def start_docker_compose(path, container=None):
def stop_docker_compose(path):
__docker_subprocess(["docker-compose", "-f", path, "stop", "-t", "5"])
__docker_subprocess(["docker-compose", "-f", path, "stop", "-t", "30"])
def down_docker_compose(path):
__docker_subprocess(["docker-compose", "-f", path, "down", "-t", "5"])
__docker_subprocess(["docker-compose", "-f", path, "down", "-t", "30", "-v"])
def get_docker_compose_services(docker_compose_file):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment