未验证 提交 cf9bdb94 编写于 作者: P Pei Yang 提交者: GitHub

extend trt ut timeout threshold (#30537)

上级 1bebc092
......@@ -621,13 +621,13 @@ if(WITH_GPU)
endif()
if(WITH_GPU AND TENSORRT_FOUND)
set_tests_properties(trt_resnext_test PROPERTIES TIMEOUT 150)
set_tests_properties(trt_quant_int8_yolov3_r50_test PROPERTIES TIMEOUT 150)
set_tests_properties(trt_resnet50_test PROPERTIES TIMEOUT 120)
set_tests_properties(trt_cascade_rcnn_test PROPERTIES TIMEOUT 150)
set_tests_properties(test_trt_dynamic_shape_ernie_ser_deser PROPERTIES TIMEOUT 150)
set_tests_properties(test_trt_dynamic_shape_ernie_fp16_ser_deser PROPERTIES TIMEOUT 150)
set_tests_properties(test_trt_dynamic_shape_ernie PROPERTIES TIMEOUT 150)
set_tests_properties(trt_resnext_test PROPERTIES TIMEOUT 300)
set_tests_properties(trt_quant_int8_yolov3_r50_test PROPERTIES TIMEOUT 300)
set_tests_properties(trt_resnet50_test PROPERTIES TIMEOUT 300)
set_tests_properties(trt_cascade_rcnn_test PROPERTIES TIMEOUT 300)
set_tests_properties(test_trt_dynamic_shape_ernie_ser_deser PROPERTIES TIMEOUT 300)
set_tests_properties(test_trt_dynamic_shape_ernie_fp16_ser_deser PROPERTIES TIMEOUT 300)
set_tests_properties(test_trt_dynamic_shape_ernie PROPERTIES TIMEOUT 300)
endif()
if(WITH_MKLDNN)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册