Mercurial > hg
changeset 48276:f3e218ae3fd9 stable
heptapod-ci: actually give pytest more time before timeout
`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.
Differential Revision: https://phab.mercurial-scm.org/D11717
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Thu, 21 Oct 2021 14:03:33 +0200 |
parents | 1ea289e34c70 |
children | 96aa3a68d3b5 6ee0244fc1cf |
files | contrib/heptapod-ci.yml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/heptapod-ci.yml Wed Oct 20 18:44:26 2021 +0100 +++ b/contrib/heptapod-ci.yml Thu Oct 21 14:03:33 2021 +0200 @@ -141,7 +141,7 @@ - $PYTHON -m pip install --user -U pytype==2021.04.15 variables: RUNTEST_ARGS: " --allow-slow-tests tests/test-check-pytype.t" - HGTEST_TIMEOUT: "3600" + HGTEST_SLOWTIMEOUT: "3600" PYTHON: python3 TEST_HGMODULEPOLICY: "c"