summaryrefslogtreecommitdiffstats
path: root/contrib/persistent-https
diff options
context:
space:
mode:
authorHan Xin <hanxin.hx@bytedance.com>2022-07-12 16:01:43 +0800
committerJunio C Hamano <gitster@pobox.com>2022-07-12 07:47:43 -0700
commitcb88b37cb9f711f702ea3d1ec3226db44081b454 (patch)
treed28c8addfcc6094e1fd43bfed467e9184e46f9c2 /contrib/persistent-https
parent3a1ea94a491e3e0bcbc2d55b4cfb0b9eacace608 (diff)
downloadgit-cb88b37cb9f711f702ea3d1ec3226db44081b454.tar.gz
git-cb88b37cb9f711f702ea3d1ec3226db44081b454.zip
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 'contrib/persistent-https')
0 files changed, 0 insertions, 0 deletions