commit | 5c463a28fff1d82222d49bc7960da9e0c866b060 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 27 17:14:33 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 27 17:14:33 2019 +0100 |
tree | c9f0ab9e49d737c30bfca8a3ce07d45def1c1ff2 | |
parent | 0c1e3744ff0cd6c17af773046b876b428ff3dded [diff] [blame] |
patch 8.2.0048: another timers test is flaky on Travis for Mac Problem: Another timers test is flaky on Travis for Mac. Solution: Increase maximum expected time.
diff --git a/src/version.c b/src/version.c index 420c722..0fc35dc 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 48, +/**/ 47, /**/ 46,