]> granicus.if.org Git - vim/commitdiff
patch 8.0.1453: terminal test fails on some slow terminals v8.0.1453
authorBram Moolenaar <Bram@vim.org>
Fri, 2 Feb 2018 17:30:36 +0000 (18:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 2 Feb 2018 17:30:36 +0000 (18:30 +0100)
Problem:    Terminal test fails on some slow terminals.
Solution:   Increase timeout to 10 seconds.

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

index 18d2815fb1a89197d5718c9b248731eb68ab4cd1..0c2e289c10cca3bd2f5201f5f388a06e5ef7d873 100644 (file)
@@ -522,7 +522,7 @@ func Test_terminal_noblock()
   " On MS-Windows there is an extra empty line below "done".  Find "done" in
   " the last-but-one or the last-but-two line.
   let lnum = term_getsize(buf)[0] - 1
-  call WaitFor({-> term_getline(buf, lnum) =~ "done" || term_getline(buf, lnum - 1) =~ "done"}, 3000)
+  call WaitFor({-> term_getline(buf, lnum) =~ "done" || term_getline(buf, lnum - 1) =~ "done"}, 10000)
   let line = term_getline(buf, lnum)
   if line !~ 'done'
     let line = term_getline(buf, lnum - 1)
index 054949439c56aa6a80c4470fbe85e17e3e8410b7..cd994600b6283d06fee4c6da21c9980ef292af1b 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1453,
 /**/
     1452,
 /**/