HGTEST_TIMEOUT is overridden by HGTEST_SLOWTIMEOUT for tests marked as
slow, which test-check-pytype.t is. So this whole time the timeout was 1500s
(or 25 minutes), which is unfortunately not long enough for a *lot* of the
times it's run on the CI.
Details
Details
- Reviewers
marmoute - Group Reviewers
hg-reviewers - Commits
- rHGf3e218ae3fd9: heptapod-ci: actually give pytest more time before timeout
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- stable
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
Looks good:
note: we should probably make the "slow timeout" the max of HGTEST_TIMEOUT and HGTEST_SLOWTIMEOUT
Comment Actions
✅ refresh by Heptapod after a successful CI run (🐙 💚)
⚠ This patch is intended for stable ⚠