Skip to content

Commit 59ef696

Browse files
committed
timeout extended
1 parent c66c5a9 commit 59ef696

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ if(WITH_GPU AND TENSORRT_FOUND)
214214
set_tests_properties(test_onednn_conv_bias_fuse_pass PROPERTIES TIMEOUT 300)
215215
set_tests_properties(test_onednn_conv_concat_activation_fuse_pass
216216
PROPERTIES TIMEOUT 300)
217+
set_tests_properties(test_onednn_multi_gru_fuse_pass PROPERTIES TIMEOUT 120)
218+
set_tests_properties(test_onednn_multi_gru_seq_fuse_pass PROPERTIES TIMEOUT
219+
120)
217220
set_tests_properties(test_flatten2_matmul_fuse_pass PROPERTIES TIMEOUT 240)
218221
set_tests_properties(test_squeeze2_matmul_fuse_pass PROPERTIES TIMEOUT 240)
219222
set_tests_properties(test_reshape2_matmul_fuse_pass PROPERTIES TIMEOUT 240)

0 commit comments

Comments
 (0)