Skip to content

Commit

Permalink
Update timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jdddog committed Jun 6, 2023
1 parent 8fb617b commit a850fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/observatory/platform/cli/test_cli_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def copy_workflows_project(self, temp_dir: str):
test_fixtures_path("cli", self.workflows_package_name), os.path.join(temp_dir, self.workflows_package_name)
)

def assert_dags_loaded(self, expected_dag_ids: Set, config: ObservatoryConfig, dag_check_timeout: int = 30):
def assert_dags_loaded(self, expected_dag_ids: Set, config: ObservatoryConfig, dag_check_timeout: int = 180):
"""Assert that DAGs loaded into Airflow.
:param expected_dag_ids: the expected DAG ids.
Expand Down

0 comments on commit a850fcf

Please sign in to comment.