changeset 13164:45a9c54a6468 v8.0.1456

patch 8.0.1456: timer test on travis Mac is still flaky commit https://github.com/vim/vim/commit/8dce6c54c81f13582617db3127071b3436b8163b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 3 15:38:42 2018 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Sat, 03 Feb 2018 15:45:04 +0100
parents 98e5b0cddada
children 3d233468319a
files src/testdir/test_timers.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1456,
+/**/
     1455,
 /**/
     1454,