revert: "oldtests: wait 200ms on mac for timer test" (#20728)

This reverts commit 3bad76008e.
This commit is contained in:
zeertzjq
2022-10-19 09:24:18 +08:00
committed by GitHub
parent bcd25b2009
commit a5d893bebd

View File

@@ -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)