commit | 7c2beb48ef46cf5f1ed7e8512ef5a7c9099e5ae4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 08 00:25:56 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 08 00:25:56 2023 +0100 |
tree | 840d8b70cd5c39f94d74a64c3a258bff3d7845eb | |
parent | 416bd916b4cc4502eb734218f406e4edd8dd199c [diff] [blame] |
patch 9.0.1675: test may run into timeout when using valgrind Problem: Test may run into timeout when using valgrind. Solution: Use a longer timeout when using valgrind.
diff --git a/src/version.c b/src/version.c index cf84514..bacb9fc 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1675, +/**/ 1674, /**/ 1673,