Skip to content

Commit

Permalink
Increase timeout for docs building (#27240)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Oct 24, 2022
1 parent 78b8ea2 commit 2dc78b7
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()
AIRFLOW_SITE_DIR: str = os.environ.get("AIRFLOW_SITE_DIRECTORY") or ""
PROCESS_TIMEOUT = 8 * 60 # 400 seconds
PROCESS_TIMEOUT = 15 * 60

CONSOLE_WIDTH = 180

Expand Down

0 comments on commit 2dc78b7

Please sign in to comment.