commit | 670218839aef105e83f8effaa1c83100c61c7bcf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 07 22:20:53 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 07 22:20:53 2020 +0100 |
tree | 87b659391be2bdf88a6cefbc5559ab195cff75a2 | |
parent | f2460a3aec89e70d4bab8d2369ee3f78cc43f09a [diff] [blame] |
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/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,