[Request] [+ ] D11258: heptapod-ci: extend timeout for pytype checking
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Thu Aug 5 16:39:04 UTC 2021
Alphare created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
This test routinely times out for loaded or older machines.
REPOSITORY
rHG Mercurial
BRANCH
stable
REVISION DETAIL
https://phab.mercurial-scm.org/D11258
AFFECTED FILES
contrib/heptapod-ci.yml
CHANGE DETAILS
diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml
+++ b/contrib/heptapod-ci.yml
@@ -135,7 +135,7 @@
- make local PYTHON=$PYTHON
- $PYTHON -m pip install --user -U pytype==2021.04.15
variables:
- RUNTEST_ARGS: " --allow-slow-tests tests/test-check-pytype.t"
+ RUNTEST_ARGS: " --allow-slow-tests tests/test-check-pytype.t --slowtimeout"
PYTHON: python3
TEST_HGMODULEPOLICY: "c"
To: Alphare, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20210805/b1b15b36/attachment-0001.html>
More information about the Mercurial-patches
mailing list