Skip to content

Commit

Permalink
Revert sleep change
Browse files Browse the repository at this point in the history
  • Loading branch information
frsann committed Nov 17, 2022
1 parent 90a8ba2 commit c14bc11
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -240,7 +240,7 @@ def test_kafka_connect_ingest(docker_compose_runner, pytestconfig, tmp_path, moc
assert r.status_code == 201 # Created

# Give time for connectors to process the table data
time.sleep(120)
time.sleep(60)

# Run the metadata ingestion pipeline.
config_file = (test_resources_dir / "kafka_connect_to_file.yml").resolve()
Expand Down

0 comments on commit c14bc11

Please sign in to comment.