mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
patch 8.2.2601: memory usage test often fails on FreeBSD
Problem: Memory usage test often fails on FreeBSD. Solution: Increase multiplier for upper limit.
This commit is contained in:
@@ -147,9 +147,9 @@ func Test_memory_func_capture_lvars()
|
||||
" The usage may be a bit less than the last value, use 80%.
|
||||
" Allow for 20% tolerance at the upper limit. That's very permissive, but
|
||||
" otherwise the test fails sometimes. On Cirrus CI with FreeBSD we need to
|
||||
" be even more permissive.
|
||||
" be even much more permissive.
|
||||
if has('bsd')
|
||||
let multiplier = 15
|
||||
let multiplier = 19
|
||||
else
|
||||
let multiplier = 12
|
||||
endif
|
||||
|
Reference in New Issue
Block a user