commit | bc28e9f15bed94a7680a6bb84690965049da12d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 18 20:10:23 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 18 20:10:23 2019 +0100 |
tree | 2935aab4a3a6a9854d2ddb89a4848f776dbc8a4f | |
parent | f19f8d1a4b58ea83f3a356cb96a4bd90e7dc902e [diff] [blame] |
patch 8.2.0021: timer test fails too often on Travis with MacOS Problem: Timer test fails too often on Travis with MacOS. Solution: Be less strict with the time.
diff --git a/src/version.c b/src/version.c index a96c906..69341e0 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 21, +/**/ 20, /**/ 19,