commit | 315244d85b9b8faae549b1700e8cc2e45eaa68ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 17 13:18:16 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 17 13:18:16 2019 +0200 |
tree | 29da5a073f5d3199770b208d717411698ae07ce5 | |
parent | d5cf89872e6185c4d97cd254a9d697b8c3bdbf94 [diff] [blame] |
patch 8.1.1867: still a timer test that is flaky on Mac Problem: Still a timer test that is flaky on Mac. Solution: Loop with a sleep instead of one fixed sleep.
diff --git a/src/version.c b/src/version.c index 4b3637c..a885d9e 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1867, +/**/ 1866, /**/ 1865,