Skip to content

Commit 17f1347

Browse files
committed
patch 7.4.2242
Problem: Timer test sometimes fails. Solution: Increase the maximum time for callback timer test.
1 parent 973365d commit 17f1347

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/test_timers.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func Test_with_partial_callback()
5757
let slept = WaitFor('g:val == 1')
5858
call assert_equal(1, g:val)
5959
if has('reltime')
60-
call assert_inrange(50, 100, slept)
60+
call assert_inrange(50, 130, slept)
6161
else
6262
call assert_inrange(20, 100, slept)
6363
endif

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,8 @@ static char *(features[]) =
763763

764764
static int included_patches[] =
765765
{ /* Add new patch number below this line */
766+
/**/
767+
2242,
766768
/**/
767769
2241,
768770
/**/

0 commit comments

Comments
 (0)