Skip to content

Commit 7033b3a

Browse files
committed
fix timeout issue
1 parent 7917d0b commit 7033b3a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/paddle/fluid/tests/unittests/ir/inference/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ set_tests_properties(test_trt_conv_pass PROPERTIES TIMEOUT 120)
3636
#set_tests_properties(test_trt_multiclass_nms_op PROPERTIES TIMEOUT 200)
3737
set_tests_properties(test_trt_dynamic_shape PROPERTIES TIMEOUT 120)
3838
set_tests_properties(test_trt_pool_op PROPERTIES ENVIRONMENT FLAGS_fraction_of_gpu_memory_to_use=0.1 TIMEOUT 45)
39+
set_tests_properties(test_trt_reduce_mean_op PROPERTIES TIMEOUT 60)
3940
endif()

0 commit comments

Comments
 (0)