This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 58407c42431 Update doc build timeout (#45150)
58407c42431 is described below
commit 58407c42431f40b9fd00447e425eba82191f1e8c
Author: Elad Kalif <[email protected]>
AuthorDate: Sun Dec 22 14:55:01 2024 +0200
Update doc build timeout (#45150)
---
docs/exts/docs_build/code_utils.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/exts/docs_build/code_utils.py
b/docs/exts/docs_build/code_utils.py
index 3bbade4beb5..acdfac32d9e 100644
--- a/docs/exts/docs_build/code_utils.py
+++ b/docs/exts/docs_build/code_utils.py
@@ -30,7 +30,7 @@ AIRFLOW_DIR = os.path.join(ROOT_PROJECT_DIR, "airflow")
ALL_PROVIDER_YAMLS = load_package_data()
ALL_PROVIDER_YAMLS_WITH_SUSPENDED = load_package_data(include_suspended=True)
AIRFLOW_SITE_DIR: str = os.environ.get("AIRFLOW_SITE_DIRECTORY") or ""
-PROCESS_TIMEOUT = 15 * 60
+PROCESS_TIMEOUT = 15 * 60 * 2
CONSOLE_WIDTH = 180