( )⚙ D11717 heptapod-ci: actually give pytest more time before timeout

This is an archive of the discontinued Mercurial Phabricator instance.

heptapod-ci: actually give pytest more time before timeout
ClosedPublic

Authored by Alphare on Oct 21 2021, 8:03 AM.

Details

Summary

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.

Diff Detail

Repository
rHG Mercurial
Branch
stable
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

Alphare created this revision.Oct 21 2021, 8:03 AM

Looks good:

note: we should probably make the "slow timeout" the max of HGTEST_TIMEOUT and HGTEST_SLOWTIMEOUT

marmoute accepted this revision.Oct 21 2021, 8:43 AM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.
baymax updated this revision to Diff 30972.Oct 21 2021, 11:11 AM

✅ refresh by Heptapod after a successful CI run (🐙 💚)
⚠ This patch is intended for stable ⚠