From 2c20bce79df6a5ea06a94a01baf6b959b6023387 Mon Sep 17 00:00:00 2001 From: Kevin Hu <6051736+kevinhu@users.noreply.github.com> Date: Tue, 22 Jun 2021 10:34:01 -0700 Subject: [PATCH] fix(ci): increase Feast docker setup timeout (#2722) --- metadata-ingestion/tests/integration/feast/test_feast.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata-ingestion/tests/integration/feast/test_feast.py b/metadata-ingestion/tests/integration/feast/test_feast.py index 24eb4dc09e..87c6daa569 100644 --- a/metadata-ingestion/tests/integration/feast/test_feast.py +++ b/metadata-ingestion/tests/integration/feast/test_feast.py @@ -16,10 +16,10 @@ def test_feast_ingest(docker_compose_runner, pytestconfig, tmp_path): with docker_compose_runner( test_resources_dir / "docker-compose.yml", "feast" ) as docker_services: - wait_for_port(docker_services, "testfeast", 6565) + wait_for_port(docker_services, "testfeast", 6565, timeout=120) # container listens to this port once test cases have been setup - wait_for_port(docker_services, "testfeast_setup", 6789) + wait_for_port(docker_services, "testfeast_setup", 6789, timeout=120) # Run the metadata ingestion pipeline. pipeline = Pipeline.create(