Skip to content

Commit

Permalink
A10 trt test trt activation pass (#47175)
Browse files Browse the repository at this point in the history
* adjust timeout of test_trt_activation_pass

* test=infer-coverage
  • Loading branch information
wwbitejotunn authored Oct 20, 2022
1 parent ad7aeb9 commit acf56fb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ endif()

if(WITH_GPU AND TENSORRT_FOUND)
set_tests_properties(test_trt_subgraph_pass PROPERTIES TIMEOUT 120)
set_tests_properties(test_trt_activation_pass PROPERTIES TIMEOUT 120)
# longer timeout for trt_activation_pass for longer trt optimization time in trt 8
set_tests_properties(test_trt_activation_pass PROPERTIES TIMEOUT 250)
set_tests_properties(test_trt_conv_pass PROPERTIES TIMEOUT 120)
#set_tests_properties(test_trt_multiclass_nms_op PROPERTIES TIMEOUT 200)
set_tests_properties(test_trt_dynamic_shape PROPERTIES TIMEOUT 120)
Expand Down

0 comments on commit acf56fb

Please sign in to comment.