To: vim_dev@googlegroups.com Subject: Patch 8.2.4456 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4456 Problem: Terminal test may fail on some machines. Solution: Increase wait time. (Zdenek Dohnal, closes #9834) Files: src/testdir/test_terminal.vim *** ../vim-8.2.4455/src/testdir/test_terminal.vim 2022-02-10 19:51:42.549569899 +0000 --- src/testdir/test_terminal.vim 2022-02-23 14:22:56.959863457 +0000 *************** *** 715,721 **** func Test_terminal_noblock() let g:test_is_flaky = 1 let buf = term_start(&shell) ! let wait_time = 5000 let letters = 'abcdefghijklmnopqrstuvwxyz' if has('bsd') || has('mac') || has('sun') " The shell or something else has a problem dealing with more than 1000 --- 715,722 ---- func Test_terminal_noblock() let g:test_is_flaky = 1 let buf = term_start(&shell) ! " Starting a terminal can be slow, esp. on busy CI machines. ! let wait_time = 7500 let letters = 'abcdefghijklmnopqrstuvwxyz' if has('bsd') || has('mac') || has('sun') " The shell or something else has a problem dealing with more than 1000 *** ../vim-8.2.4455/src/version.c 2022-02-23 13:16:55.761541147 +0000 --- src/version.c 2022-02-23 14:24:53.151621729 +0000 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 4456, /**/ -- Momento mori, ergo carpe diem /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///