commit | ec7a4e4d69d17821292048bfa85801fcfa476228 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sun Feb 09 17:16:36 2025 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Sun Feb 09 17:16:36 2025 +0100 |
tree | 1094fe4026744826112ac4dfd44abf14a1a4e5c0 | |
parent | aae1bfbdb96ccbbf5314321849b5f384a3d7c6a0 [diff] [blame] |
patch 9.1.1091: tests: timeout might be a bit too small Problem: tests: timeout might be a bit too small Solution: increase the test timeout from 30 to 45 seconds related: #16599 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 580f82a..0406202 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1091, +/**/ 1090, /**/ 1089,