]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Increase jlibtool test timeout to 600s under sanitizers ci-debug
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 24 Feb 2026 04:10:09 +0000 (21:10 -0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 24 Feb 2026 04:10:09 +0000 (21:10 -0700)
commita333ce52b178138f8972b5f67c30fe03f19eed49
treeda06ac8cf86132cc508dc50bdfd50dc7aba55ff2
parenta414b92da7b9b36ad11616f0723e59f3efec739d
Increase jlibtool test timeout to 600s under sanitizers

The O2-g3 sanitizer build was hitting the 300s jlibtool timeout
on unit_test_module tests (e.g. modules/files/vendor).  Double
the timeout when sanitizers are enabled to account for ASAN overhead.
Make.inc.in