mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
3558f89d22
commit
4f69a8fb88
@ -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, 100, slept)
|
||||
call assert_inrange(50, 130, slept)
|
||||
else
|
||||
call assert_inrange(20, 100, slept)
|
||||
endif
|
||||
|
@ -199,7 +199,7 @@ static int included_patches[] = {
|
||||
// 2245,
|
||||
// 2244,
|
||||
// 2243 NA
|
||||
// 2242,
|
||||
2242,
|
||||
2241,
|
||||
2240,
|
||||
// 2239,
|
||||
|
Loading…
Reference in New Issue
Block a user