]> granicus.if.org Git - vim/commitdiff
patch 7.4.2241 v7.4.2241
authorBram Moolenaar <Bram@vim.org>
Mon, 22 Aug 2016 20:02:56 +0000 (22:02 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 22 Aug 2016 20:02:56 +0000 (22:02 +0200)
Problem:    Timer test sometimes fails.
Solution:   Increase the maximum time for repeating timer.

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

index 5b9e5c48aaa8ed6af513494698f2c2497ba5d26f..344de1f0a36d6808772596eef33505bd2c7cb2d5 100644 (file)
@@ -32,7 +32,7 @@ func Test_repeat_three()
   let slept = WaitFor('g:val == 3')
   call assert_equal(3, g:val)
   if has('reltime')
-    call assert_inrange(150, 200, slept)
+    call assert_inrange(150, 250, slept)
   else
     call assert_inrange(80, 200, slept)
   endif
index 88ea46c8b29e3215151b331a90ecbec0e7abd59a..6ddcea6e0551dcdf33707ecf0b72c85bb31066e0 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2241,
 /**/
     2240,
 /**/