Skip to content

Commit 973365d

Browse files
committed
patch 7.4.2241
Problem: Timer test sometimes fails. Solution: Increase the maximum time for repeating timer.
1 parent f267f8b commit 973365d

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
@@ -32,7 +32,7 @@ func Test_repeat_three()
3232
let slept = WaitFor('g:val == 3')
3333
call assert_equal(3, g:val)
3434
if has('reltime')
35-
call assert_inrange(150, 200, slept)
35+
call assert_inrange(150, 250, slept)
3636
else
3737
call assert_inrange(80, 200, slept)
3838
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+
2241,
766768
/**/
767769
2240,
768770
/**/

0 commit comments

Comments
 (0)