Skip to content

Commit

Permalink
Update doc build timeout (#45150)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored Dec 22, 2024
1 parent 9e28fcb commit 58407c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/exts/docs_build/code_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
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

Expand Down

0 comments on commit 58407c4

Please sign in to comment.