oldtests: use LoadAdjust() on timer test

This commit is contained in:
Jan Edmund Lazo 2019-03-17 15:13:19 -04:00
parent 536be31a19
commit 94d933aa7e

View File

@ -52,7 +52,7 @@ func Test_repeat_many()
endif endif
sleep 200m sleep 200m
call timer_stop(timer) call timer_stop(timer)
call assert_inrange((has('mac') ? 1 : 2), 4, g:val) call s:assert_inrange((has('mac') ? 1 : 2), 4, g:val)
endfunc endfunc
func Test_with_partial_callback() func Test_with_partial_callback()