commit | e9b74c03618e2dcd01cd71f8d62d620fbce884fa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 24 20:11:59 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 24 20:11:59 2022 +0100 |
tree | 0fb38eb3ad57e25b96768617a3c4064b41d04dcc | |
parent | a315ce1f326b836167ca8b1037dafd93eb8d4d4e [diff] [blame] |
patch 8.2.5156: search timeout test often fails with FreeBSD Problem: Search timeout test often fails with FreeBSD. Solution: Double the maximum time.
diff --git a/src/version.c b/src/version.c index 4f9d891..b13e4ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5156, +/**/ 5155, /**/ 5154,