VladaZakharova commented on code in PR #28690:
URL: https://github.com/apache/airflow/pull/28690#discussion_r1060517264
##########
airflow/providers/google/cloud/hooks/datafusion.py:
##########
@@ -91,7 +97,7 @@ def wait_for_pipeline_state(
namespace: str = "default",
success_states: list[str] | None = None,
failure_states: list[str] | None = None,
- timeout: int = 5 * 60,
+ timeout: int = 7 * 60,
Review Comment:
I faced some problem with waiting for the pipeline state and thought that
increasing the timeout will solve the problem. I will reduce the timeout as it
was :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]