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:
Jurica Bradaric 2017-03-20 21:12:31 +01:00
parent 3558f89d22
commit 4f69a8fb88
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -199,7 +199,7 @@ static int included_patches[] = {
// 2245,
// 2244,
// 2243 NA
// 2242,
2242,
2241,
2240,
// 2239,