commit | fe95b94ffa75c4925ad16c43f94092f2b1d35fc6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 20:52:43 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 20:52:43 2021 +0200 |
tree | e64130349e7694c0852d03bb63c0fd41985217db | |
parent | c4297697761230489a025b3e39b992cca845b1b3 [diff] [blame] |
patch 8.2.2749: Vim9: test for error can be a bit flaky Problem: Vim9: test for error can be a bit flaky. Solution: Increase the wait time a bit.
diff --git a/src/version.c b/src/version.c index fa3a9a8..7785ac3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2749, +/**/ 2748, /**/ 2747,