mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-16 00:56:23 +00:00
67e11e0fc3
`test_commit_parallel` was failing on Mac in the GitHub CI. I suspect the reason was that it was timing out. The test runs in about 1 s on my Linux desktop and in about 3 s on my Mac laptop. It failed after 31 in the GitHub CI. This patch increases the timeout to 1 minute to try to make the test pass. It would be better to set the timeout to a higher value only in tests, but this will be good enough for now. By the way, it has turned out that git notes (at least libgit2's implementation of them) are too slow, so we should probably eventually create our own storage for the extra metadata instead. |
||
---|---|---|
.. | ||
protos | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |