commit | a906e8e1abf0a4c9a058ec5ee8a4c321a008cd41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 18:42:32 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 18:42:32 2022 +0100 |
tree | dfb00a447b4ecc4ab790ad7d287871bb9157e2e2 | |
parent | 68a635a80a4cccf5b4b7235d886159d52b08f04c [diff] [blame] |
patch 9.0.0354: MS-Windows: starting a python server for test sometimes fails Problem: MS-Windows: starting a python server for test sometimes fails. Solution: Increase the waiting time for the port.
diff --git a/src/version.c b/src/version.c index 7d046d0..2009980 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 354, +/**/ 353, /**/ 352,