commit | 52953194afccbcb6c2fd013b7a9e2cfbf202b9d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 10:27:13 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 10:27:13 2019 +0200 |
tree | 53a5628dbdb5a19ca1c533c6f6c31980cdfdbbe7 | |
parent | 7e6feb9eeb095ec424430ff4332c77f70372ce62 [diff] [blame] |
patch 8.1.1853: timers test is still flaky Problem: Timers test is still flaky. Solution: Compute the time to sleep more accurately.
diff --git a/src/version.c b/src/version.c index abbb3b0..38290c6 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1853, +/**/ 1852, /**/ 1851,