commit | 36d1c0fef4039fd4c91643c8ac107e78115158c9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 08 22:46:14 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 08 22:46:14 2016 +0200 |
tree | 575707a32f2e124e9cc26bcf6b145b4eee769b47 | |
parent | 71dd9744cf3842cd45295010d2e5692da1651537 [diff] [blame] |
patch 7.4.2186 Problem: Timers test is flaky. Solution: Relax the sleep time check.
diff --git a/src/version.c b/src/version.c index d53935e..0a53260 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2186, +/**/ 2185, /**/ 2184,