Tests: Set higher timeout with ASAN (#6546)
Signed-off-by: Artur Bieniek <abieniek@internships.antmicro.com>
This commit is contained in:
parent
3027f67b6f
commit
a7f4ff7b06
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue