commit | 9c8d12c8115640927823919001a03c79d4118063 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 02 15:06:07 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 02 15:06:07 2022 +0000 |
tree | a00ca7e3236c21958abd4d72ab952b2cbd343c08 | |
parent | b55ae8ce42c8a83d14bfde2c138fcc74f447de68 [diff] [blame] |
patch 9.0.0989: popupwin test is more flaky on MacOS Problem: Popupwin test is more flaky on MacOS. Solution: Use a longer wait time.
diff --git a/src/version.c b/src/version.c index 4cb746e..6583d46 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 989, +/**/ 988, /**/ 987,