potiuk commented on code in PR #37692: URL: https://github.com/apache/airflow/pull/37692#discussion_r1502098356
########## .github/workflows/ci.yml: ########## @@ -175,7 +175,7 @@ jobs: # We only push CI cache as PROD cache usually does not gain as much from fresh cache because # it uses prepared airflow and provider packages that invalidate the cache anyway most of the time push-early-buildx-cache-to-github-registry: - timeout-minutes: 50 + timeout-minutes: 110 Review Comment: Nope - it's because in some cases when we rebuild cache from scratch rebuilding cache might take longer - this is just synchronising the timout with the final cache build time at the end of the workflow. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
