corrects timeout for smp ctest
This commit is contained in:
@@ -262,7 +262,7 @@ function(add_threadx_regression_test TEST_SOURCE)
|
|||||||
-m 60s
|
-m 60s
|
||||||
-p tb.top.num_cores=4
|
-p tb.top.num_cores=4
|
||||||
)
|
)
|
||||||
set_tests_properties(${TEST_NAME} PROPERTIES TIMEOUT 10)
|
set_tests_properties(${TEST_NAME} PROPERTIES TIMEOUT 60)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
foreach(test_case ${TX_REGRESSION_CASES})
|
foreach(test_case ${TX_REGRESSION_CASES})
|
||||||
|
|||||||
Reference in New Issue
Block a user