Skip to content

Commit

Permalink
try longer wait for dag to run in test
Browse files Browse the repository at this point in the history
  • Loading branch information
rachhouse committed Dec 5, 2024
1 parent be49a34 commit 97a235c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cookbook2.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def test_airflow_dag_trigger(wait_on_airflow_api_healthcheck):
assert str(dag_run_state) == "queued"

# Wait for DAG to run.
time.sleep(10)
time.sleep(20)

for table_name in expected_table_row_count.keys():
assert (
Expand Down

0 comments on commit 97a235c

Please sign in to comment.