corrects timeout for smp ctest

This commit is contained in:
2026-03-25 09:27:44 +01:00
parent c9c2d2009f
commit 1aa9944581

View File

@@ -262,7 +262,7 @@ function(add_threadx_regression_test TEST_SOURCE)
-m 60s
-p tb.top.num_cores=4
)
set_tests_properties(${TEST_NAME} PROPERTIES TIMEOUT 10)
set_tests_properties(${TEST_NAME} PROPERTIES TIMEOUT 60)
endfunction()
foreach(test_case ${TX_REGRESSION_CASES})