commit | 3e79427803927be42409e9e50c0a308526b83656 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 06 11:21:19 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 06 11:21:19 2022 +0100 |
tree | 94f4577ddb459266848816529d2fd5e3b1407e0a | |
parent | dd7eff0a755c40eb88b494b98ac1a24f858ba880 [diff] [blame] |
patch 8.2.4879: screendump test may fail when using valgrind Problem: Screendump test may fail when using valgrind. Solution: Wait longer for the first screendump.
diff --git a/src/version.c b/src/version.c index 30f420b..5a597a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4879, +/**/ 4878, /**/ 4877,