commit | e7538ae997b3983d0c91a886a74ebacedd752164 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 30 19:59:24 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 30 19:59:24 2019 +0100 |
tree | 95573947eb4471b2f9086efa9fe34ee99b215c8f | |
parent | 3fbcc128cbd2311819cc5a7bb89e45669860f008 [diff] [blame] |
patch 8.2.0062: memory test is flaky on FreeBSD Problem: Memory test is flaky on FreeBSD. Solution: Add a short sleep before getting the first size.
diff --git a/src/version.c b/src/version.c index f68e29f..d40cb3b 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 62, +/**/ 61, /**/ 60,