From: Bram Moolenaar Date: Sat, 3 Feb 2018 14:38:42 +0000 (+0100) Subject: patch 8.0.1456: timer test on travis Mac is still flaky X-Git-Tag: v8.0.1456 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8dce6c54c81f13582617db3127071b3436b8163b;p=vim patch 8.0.1456: timer test on travis Mac is still flaky Problem: Timer test on travis Mac is still flaky. Solution: Increase time range a bit more. --- diff --git a/src/testdir/test_timers.vim b/src/testdir/test_timers.vim index 55f5245f3..df42b2c2b 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 69ba3f505..bb4379607 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, /**/