mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
revert: "oldtests: wait 200ms on mac for timer test" (#20728)
This reverts commit 3bad76008e
.
This commit is contained in:
@@ -46,9 +46,6 @@ endfunc
|
||||
func Test_timer_repeat_many()
|
||||
let g:val = 0
|
||||
let timer = timer_start(50, 'MyHandler', {'repeat': -1})
|
||||
if has('mac')
|
||||
sleep 200m
|
||||
endif
|
||||
sleep 200m
|
||||
call timer_stop(timer)
|
||||
call assert_inrange((has('mac') ? 1 : 2), LoadAdjust(5), g:val)
|
||||
|
Reference in New Issue
Block a user