mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
vim-patch:8.1.1852: timers test is flaky #10788
Problem: Timers test is flaky.
Solution: Accept a larger count. Add test to list of flaky tests.
7e6feb9eeb
This commit is contained in:
parent
812ed53724
commit
66528f2475
@ -286,6 +286,7 @@ let s:flaky_tests = [
|
||||
\ 'Test_quoteplus()',
|
||||
\ 'Test_quotestar()',
|
||||
\ 'Test_reltime()',
|
||||
\ 'Test_repeat_many()',
|
||||
\ 'Test_repeat_three()',
|
||||
\ 'Test_terminal_composing_unicode()',
|
||||
\ 'Test_terminal_redir_file()',
|
||||
|
@ -48,7 +48,7 @@ func Test_repeat_many()
|
||||
endif
|
||||
sleep 200m
|
||||
call timer_stop(timer)
|
||||
call assert_inrange((has('mac') ? 1 : 2), LoadAdjust(4), g:val)
|
||||
call assert_inrange((has('mac') ? 1 : 2), LoadAdjust(5), g:val)
|
||||
endfunc
|
||||
|
||||
func Test_with_partial_callback()
|
||||
|
Loading…
Reference in New Issue
Block a user