]> granicus.if.org Git - vim/commitdiff
patch 8.0.1456: timer test on travis Mac is still flaky v8.0.1456
authorBram Moolenaar <Bram@vim.org>
Sat, 3 Feb 2018 14:38:42 +0000 (15:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 3 Feb 2018 14:38:42 +0000 (15:38 +0100)
Problem:    Timer test on travis Mac is still flaky.
Solution:   Increase time range a bit more.

src/testdir/test_timers.vim
src/version.c

index 55f5245f3c2debe5d56881767c4def7b6a5e3e53..df42b2c2b2248ed33314327ad3647c12d9e162e2 100644 (file)
@@ -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
index 69ba3f505e688d5718b9a058bb5d6cdec43cc83b..bb4379607396cc0a2b0cfd4bf330dfce6232afec 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1456,
 /**/
     1455,
 /**/