]> granicus.if.org Git - vim/commitdiff
patch 8.2.0043: timers test is still flaky on Travis for Mac v8.2.0043
authorBram Moolenaar <Bram@vim.org>
Wed, 25 Dec 2019 14:47:14 +0000 (15:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Dec 2019 14:47:14 +0000 (15:47 +0100)
Problem:    Timers test is still flaky on Travis for Mac.
Solution:   Increase maximum expected time.

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

index a5df4b1b5d9c431ce5d5d34a42a28529853d0019..78676d211cdd739301399d7bc1008ce88159a636 100644 (file)
@@ -20,8 +20,8 @@ func Test_timer_oneshot()
   let slept = WaitFor('g:val == 1')
   call assert_equal(1, g:val)
   if has('mac')
-    " Mac on Travis can be slow.
-    let limit = 160
+    " Mac on Travis can be very slow.
+    let limit = 180
   else
     let limit = 100
   endif
index d4760ebf3ebb278264cdea2f53e980bae16e9e23..044fe082832196b96be8583469824c043bb91976 100644 (file)
@@ -742,6 +742,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    43,
 /**/
     42,
 /**/