patch 8.2.0230: terminal popup test is flaky
Problem: Terminal popup test is flaky.
Solution: Increase wait time a bit.
diff --git a/src/testdir/test_terminal.vim b/src/testdir/test_terminal.vim
index 605ac06..0963405 100644
--- a/src/testdir/test_terminal.vim
+++ b/src/testdir/test_terminal.vim
@@ -2362,7 +2362,7 @@
call term_sendkeys(buf, "\<C-W>:call HidePopup()\<CR>")
call VerifyScreenDump(buf, 'Test_terminal_popup_4', {})
call term_sendkeys(buf, "\<CR>")
- call term_wait(buf, 50)
+ call term_wait(buf, 100)
call term_sendkeys(buf, ":q\<CR>")
call term_wait(buf, 100) " wait for terminal to vanish
diff --git a/src/version.c b/src/version.c
index b08433c..8bd7d10 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 230,
+/**/
229,
/**/
228,