jj/lib
Martin von Zweigbergk 67e11e0fc3 git_store: wait 1 minute for lock on refs to help tests
`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.
2021-03-16 11:28:22 -07:00
..
protos
src git_store: wait 1 minute for lock on refs to help tests 2021-03-16 11:28:22 -07:00
tests MutableEvolution: make MutableRepo responsible for lazy calculation 2021-03-15 15:03:14 -07:00
build.rs rustfmt: configure to group imports 2021-03-14 10:46:25 -07:00
Cargo.toml protobuf: upgrade to version 2.22.0 2021-03-15 17:09:29 -07:00