summaryrefslogtreecommitdiff
path: root/src/testdir/test_terminal.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-02-01 23:04:24 +0100
committerBram Moolenaar <Bram@vim.org>2020-02-01 23:04:24 +0100
commit3c01c4a02897163996639f6f2604c68eab2bd18b (patch)
tree165e15670745d97aefa14938a2ea695acfa7327c /src/testdir/test_terminal.vim
parent284d1c24e250494cf886b3548f1ecae5ad262da9 (diff)
downloadvim-git-3c01c4a02897163996639f6f2604c68eab2bd18b.tar.gz
patch 8.2.0194: some commands can cause problems in terminal popupv8.2.0194
Problem: Some commands can cause problems in terminal popup. Solution: Disallow more commands.
Diffstat (limited to 'src/testdir/test_terminal.vim')
-rw-r--r--src/testdir/test_terminal.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_terminal.vim b/src/testdir/test_terminal.vim
index 00f0bfe49..7fda9f65b 100644
--- a/src/testdir/test_terminal.vim
+++ b/src/testdir/test_terminal.vim
@@ -2357,7 +2357,7 @@ func Test_terminal_in_popup()
call VerifyScreenDump(buf, 'Test_terminal_popup_3', {})
call term_sendkeys(buf, ":q\<CR>")
- call term_wait(buf, 50) " wait for terminal to vanish
+ call term_wait(buf, 100) " wait for terminal to vanish
call StopVimInTerminal(buf)
call delete('XtermPopup')