]> granicus.if.org Git - vim/commitdiff
patch 8.1.0031: terminal test aucmd_on_close if flaky v8.1.0031
authorBram Moolenaar <Bram@vim.org>
Sun, 3 Jun 2018 16:22:02 +0000 (18:22 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Jun 2018 16:22:02 +0000 (18:22 +0200)
Problem:    Terminal test aucmd_on_close if flaky.
Solution:   Wait a bit longer.

src/testdir/test_terminal.vim
src/version.c

index 41a0a450034ac0d1e627cba244444608ae6e35cb..3d06eb3876ca128a223e0633353bcb25c839d326 100644 (file)
@@ -384,7 +384,8 @@ endfunc
 func s:get_sleep_cmd()
   if s:python != ''
     let cmd = s:python . " test_short_sleep.py"
-    let waittime = 500
+    " 500 was not enough for Travis
+    let waittime = 900
   else
     echo 'This will take five seconds...'
     let waittime = 2000
index d13bcfdb5ca5d917745258a19964b892b68c4560..846ac70c2841df27a15cbeda18b58f38c741e8c1 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    31,
 /**/
     30,
 /**/