rust/Cargo.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 07 Sep 2019 14:51:18 +0200
branchstable
changeset 42675 344a086bb764
parent 40978 5532823e8c18
child 44484 79ac59d3f73d
permissions -rw-r--r--
tests: register test-merge-combination.t as small but slow run-tests.py use file size as an heuristic for test run time. The new `test-merge-combination.t` is a small file that do a lot of processing. As a result it tend to be scheduled really late but delay the full test run by a lot. On an example test run, the one-before-last test completed 279s after the start of the run, while `test-merge-combination.t` finished 355s after it. A 76s delay. This delay can be avoided since `test-merge-combination.t` only got started 175s after the start of the run.

[workspace]
members = ["hg-core", "hg-direct-ffi", "hg-cpython"]
exclude = ["chg", "hgcli"]