commit | 353c351bd22e4dac4c3ae9cd7731032348f248c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 15 14:19:26 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 15 14:19:26 2020 +0100 |
tree | 01f887d396021e8242699c44d8950e0e171dee09 | |
parent | 2573af3519ad062ddad647b97e32090f106f2ac1 [diff] [blame] |
patch 8.2.0382: some tests fail when run under valgrind Problem: Some tests fail when run under valgrind. Solution: Increase timeouts.
diff --git a/src/version.c b/src/version.c index e49c628..b6b408d 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 382, +/**/ 381, /**/ 380,