when I run "make test" I get a error

*** [err]: Client output buffer soft limit is not enforced if time is not overreached in tests/unit/obuf-limits.tcl
Expected 102520 >= 100000 && 16 >= 5 && 16 <= 10 (context: type eval line 27 cmd {assert {$omem >= 100000 && $time_elapsed >= 5 && $time_elapsed <= 10}} proc ::test)
*** [err]: Client output buffer soft limit is enforced if time is overreached in tests/unit/obuf-limits.tcl
Expected 102520 >= 100000 && 33 < 6 (context: type eval line 27 cmd {assert {$omem >= 100000 && $time_elapsed < 6}} proc ::test)

I don't understand,how can I fix it.

centos 7.9 redis 6.2.3

Comment From: ighack

6.2.9 is OK

Comment From: enjoy-binbin

This test is unstable, you can try it a few more times it is a known testing issue, i think you can ignore it for now