mik-laj commented on a change in pull request #15157:
URL: https://github.com/apache/airflow/pull/15157#discussion_r606650349
##########
File path: docs/exts/docs_build/code_utils.py
##########
@@ -30,7 +30,7 @@
DOCKER_AIRFLOW_DIR = os.path.join(DOCKER_PROJECT_DIR, "/airflow")
ALL_PROVIDER_YAMLS = load_package_data()
AIRFLOW_SITE_DIR = os.environ.get('AIRFLOW_SITE_DIRECTORY')
-PROCESS_TIMEOUT = 4 * 60
+PROCESS_TIMEOUT = 8 * 60 # 400 seconds
Review comment:
8*60 = 480
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]