1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2022-09-23 20:25:55 +01:00
parent b9093d5009
commit 3bcd0ddc2d
2 changed files with 23 additions and 0 deletions

View File

@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
561,
/**/
560,
/**/