commit | 07a2b61d4c76b264740a47fac781803a9b8bcc08 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Fri Aug 18 01:18:22 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Fri Aug 18 01:20:42 2023 +0200 |
tree | d3fbeaa388ec2036ce2a4c6cda754aaed428cd84 | |
parent | 817db406bb12b9fd5df25d4cda392b515d44ee05 [diff] |
patch 9.0.1736: Github Actions times out after 20 minutes Problem: Github Actions times out after 20 minutes Solution: Increase the timeout to 25 minutes Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index d4c6108..f120730 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1736, +/**/ 1735, /**/ 1734,