potiuk commented on PR #36276:
URL: https://github.com/apache/airflow/pull/36276#issuecomment-1872393805
@VladaZakharova The solution will be (likely) to increase the timeout for
spellcheck job. The problem is that in this case there are some cross-changes
between packages, that makes it necessary for spellcheck job to perform a
second pass of spell-check build - this time including building all the
packages from scratch - and altogether, when public runners are used it makes
the job run for > 60 minutes. Currenty in `ci.yml` you have:
```
spellcheck-docs:
timeout-minutes: 60
```
And it causes the CI job to be cancelled after ~ 60 minutes (as you could
guess).
Increasing that to 120 minutes should help.
--
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]