diff options
author | Han Xin <hanxin.hx@bytedance.com> | 2022-07-12 16:01:43 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-07-12 07:47:43 -0700 |
commit | cb88b37cb9f711f702ea3d1ec3226db44081b454 (patch) | |
tree | d28c8addfcc6094e1fd43bfed467e9184e46f9c2 /commit-graph.c | |
parent | 3a1ea94a491e3e0bcbc2d55b4cfb0b9eacace608 (diff) |
t5330: remove run_with_limited_processses()
run_with_limited_processses() is used to end the loop faster when an
infinite loop happen. But "ulimit" is tied to the entire development
station, and the test will fail due to too many other processes or using
"--stress".
Without run_with_limited_processses() the infinite loop can also be
stopped due to global configrations or quotas, and the verification
still works fine. So let's remove run_with_limited_processses().
Signed-off-by: Han Xin <hanxin.hx@bytedance.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions