This test routinely times out for loaded or older machines.
Details
Details
- Reviewers
marmoute - Group Reviewers
hg-reviewers - Commits
- rHG3712c0ee9e9c: heptapod-ci: extend timeout for pytype checking
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
I don't know what you are trying to do, --slowtimeout takes an argument and is probably not the flag you are looking for. Your best bet et probably to extend the timeout through the variable defined at the project level.
Comment Actions
I appear to have misunderstood the help text. I want to extend the timeout of the individual test, not the CI's. I've updated the patch with what I'm assuming works?
Comment Actions
the CI is already adding an using an environment variable to extend the timeout. By using an explicit value here, you are bypassing this mechanism and might end up -lowering- the timeout in practice.