Tests: Set higher timeout with ASAN (#6546)

Signed-off-by: Artur Bieniek <abieniek@internships.antmicro.com>
This commit is contained in:
Artur Bieniek 2025-10-10 12:37:53 +02:00 committed by GitHub
parent 3027f67b6f
commit a7f4ff7b06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ test.scenarios('vlt_all')
if test.have_dev_gcov:
test.skip("Too slow with code coverage")
test.timeout(10)
test.timeout(10 if not test.have_dev_asan else 30)
test.compile(verilator_make_gmake=False)