Mercurial > vim
changeset 32365:da534deace14 v9.0.1514
patch 9.0.1514: test waits unnecessarily long before checking screendump
Commit: https://github.com/vim/vim/commit/45fcb7928af8ac9bc5685ce7c804b8250866a874
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat May 6 13:01:27 2023 +0100
patch 9.0.1514: test waits unnecessarily long before checking screendump
Problem: Test waits unnecessarily long before checking screendump.
Solution: Remove TermWait() call.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 06 May 2023 14:15:02 +0200 |
parents | 59a4760889c1 |
children | 287ec2a43c19 |
files | src/testdir/test_scroll_opt.vim src/version.c |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/testdir/test_scroll_opt.vim +++ b/src/testdir/test_scroll_opt.vim @@ -604,7 +604,6 @@ func Test_smoothscroll_zero_width() END call writefile(lines, 'XSmoothScrollZero', 'D') let buf = RunVimInTerminal('-u NONE -i NONE -n -m -X -Z -e -s -S XSmoothScrollZero', #{rows: 6, cols: 60, wait_for_ruler: 0}) - call TermWait(buf, 3000) call VerifyScreenDump(buf, 'Test_smoothscroll_zero_1', {}) call term_sendkeys(buf, ":sil norm \<C-V>\<C-W>\<C-V>\<C-N>\<CR>")