Files
libgit2/tests/object
Patrick Steinhardt eaa70c6c36 tests: object: decrease number of concurrent cache accesses
In our test case object::cache::fast_thread_rush, we're creating 100
concurrent threads opening a repository and reading objects from it.
This test actually fails on ARM32 with an out-of-memory error, which
isn't entirely unexpected.

Work around the issue by halving the number of threads.
2020-02-18 18:09:11 +01:00
..
2018-12-01 11:54:57 +00:00