commit | 413c04e8d515f604a17b90295c86a0fd547518ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 22:29:18 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 22:29:18 2019 +0200 |
tree | 7bcb9728fc56dd4323468c730cf7bdd316804942 | |
parent | 9174639a82799011cfa0013cbc4c4709b3833bf0 [diff] [blame] |
patch 8.1.1864: still a timer test that is flaky on Mac Problem: Still a timer test that is flaky on Mac. Solution: Adjust the sleep times.
diff --git a/src/version.c b/src/version.c index 3adfdd0..f3de68b 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1864, +/**/ 1863, /**/ 1862,