We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7917d0b commit 7033b3aCopy full SHA for 7033b3a
1 file changed
python/paddle/fluid/tests/unittests/ir/inference/CMakeLists.txt
@@ -36,4 +36,5 @@ set_tests_properties(test_trt_conv_pass PROPERTIES TIMEOUT 120)
36
#set_tests_properties(test_trt_multiclass_nms_op PROPERTIES TIMEOUT 200)
37
set_tests_properties(test_trt_dynamic_shape PROPERTIES TIMEOUT 120)
38
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)
40
endif()
0 commit comments