# HG changeset patch # User Raphaël Gomès # Date 1628181522 -7200 # Node ID 3712c0ee9e9c1ae41c33cfa1c6853f0ae569ce80 # Parent 9261326dd0326684000088ab3db429f10b313c28 heptapod-ci: extend timeout for pytype checking This test routinely times out for loaded or older machines. Differential Revision: https://phab.mercurial-scm.org/D11258 diff -r 9261326dd032 -r 3712c0ee9e9c contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml Mon Aug 09 00:49:50 2021 -0400 +++ b/contrib/heptapod-ci.yml Thu Aug 05 18:38:42 2021 +0200 @@ -142,6 +142,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" PYTHON: python3 TEST_HGMODULEPOLICY: "c"