Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Increase Feast timeout
  • Loading branch information
kevinhu committed Jun 18, 2021
commit 60410f7af7568f3afcd99a27214df19dc3d87f40
4 changes: 2 additions & 2 deletions metadata-ingestion/tests/integration/feast/test_feast.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down