commit | 3bcd0ddc2deb34794c735c6ea0b8f964b510c6db | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 23 20:25:55 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 23 20:25:55 2022 +0100 |
tree | 2682cb6ae790f960acf1adfa500654a1d9edaff7 | |
parent | b9093d50098ccff3848c2a404b9d0324a074c7b7 [diff] [blame] |
patch 9.0.0561: when a test gets stuck it just hangs forever Problem: When a test gets stuck it just hangs forever. Solution: Set a timeout of 30 seconds.
diff --git a/src/version.c b/src/version.c index fb34719..20ed2d7 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 561, +/**/ 560, /**/ 559,