You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/02 10:51:34 UTC

[GitHub] [airflow] feluelle commented on a change in pull request #15157: Increase timeout for building the docs

feluelle commented on a change in pull request #15157:
URL: https://github.com/apache/airflow/pull/15157#discussion_r606185545



##########
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 = 400? Isn't it just 8 mins?




-- 
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:
users@infra.apache.org