mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Workaround fix: Relax timer in tests
This commit is contained in:
@@ -57,7 +57,7 @@ func Test_with_partial_callback()
|
||||
let slept = WaitFor('g:val == 1')
|
||||
call assert_equal(1, g:val)
|
||||
if has('reltime')
|
||||
call assert_inrange(50, 130, slept)
|
||||
call assert_inrange(50, 200, slept)
|
||||
else
|
||||
call assert_inrange(20, 100, slept)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user