diff --git a/src/testdir/test_timers.vim b/src/testdir/test_timers.vim index 55f5245f3c..df42b2c2b2 100644 --- a/src/testdir/test_timers.vim +++ b/src/testdir/test_timers.vim @@ -124,7 +124,7 @@ func Test_paused() if has('reltime') if has('mac') " The travis Mac machines appear to be very busy. - call assert_inrange(0, 40, slept) + call assert_inrange(0, 50, slept) else call assert_inrange(0, 30, slept) endif diff --git a/src/version.c b/src/version.c index 69ba3f505e..bb43796073 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1456, /**/ 1455, /**/