mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
vim-patch:7.4.2242
Problem: Timer test sometimes fails.
Solution: Increase the maximum time for callback timer test.
17f1347b86
This commit is contained in:
@@ -57,7 +57,7 @@ func Test_with_partial_callback()
|
|||||||
let slept = WaitFor('g:val == 1')
|
let slept = WaitFor('g:val == 1')
|
||||||
call assert_equal(1, g:val)
|
call assert_equal(1, g:val)
|
||||||
if has('reltime')
|
if has('reltime')
|
||||||
call assert_inrange(50, 100, slept)
|
call assert_inrange(50, 130, slept)
|
||||||
else
|
else
|
||||||
call assert_inrange(20, 100, slept)
|
call assert_inrange(20, 100, slept)
|
||||||
endif
|
endif
|
||||||
|
@@ -199,7 +199,7 @@ static int included_patches[] = {
|
|||||||
// 2245,
|
// 2245,
|
||||||
// 2244,
|
// 2244,
|
||||||
// 2243 NA
|
// 2243 NA
|
||||||
// 2242,
|
2242,
|
||||||
2241,
|
2241,
|
||||||
2240,
|
2240,
|
||||||
// 2239,
|
// 2239,
|
||||||
|
Reference in New Issue
Block a user