未验证 提交 15312145 编写于 作者: Y YUNSHEN XIE 提交者: GitHub

fix ut timeout (#31061)

上级 1ce96fa1
...@@ -8,7 +8,7 @@ foreach(src ${TEST_OPS}) ...@@ -8,7 +8,7 @@ foreach(src ${TEST_OPS})
endforeach() endforeach()
set_tests_properties(test_word2vec_book PROPERTIES TIMEOUT 120) set_tests_properties(test_word2vec_book PROPERTIES TIMEOUT 120)
set_tests_properties(test_recognize_digits PROPERTIES TIMEOUT 120) set_tests_properties(test_recognize_digits PROPERTIES TIMEOUT 120)
set_tests_properties(test_image_classification PROPERTIES TIMEOUT 120) set_tests_properties(test_image_classification PROPERTIES TIMEOUT 200)
set_tests_properties(test_label_semantic_roles PROPERTIES TIMEOUT 120) set_tests_properties(test_label_semantic_roles PROPERTIES TIMEOUT 120)
set_tests_properties(test_machine_translation PROPERTIES TIMEOUT 120) set_tests_properties(test_machine_translation PROPERTIES TIMEOUT 120)
set_tests_properties(test_rnn_encoder_decoder PROPERTIES TIMEOUT 120) set_tests_properties(test_rnn_encoder_decoder PROPERTIES TIMEOUT 120)
......
...@@ -47,5 +47,5 @@ set_tests_properties(test_datasets PROPERTIES TIMEOUT 120) ...@@ -47,5 +47,5 @@ set_tests_properties(test_datasets PROPERTIES TIMEOUT 120)
set_tests_properties(test_dataset_wmt PROPERTIES TIMEOUT 120) set_tests_properties(test_dataset_wmt PROPERTIES TIMEOUT 120)
set_tests_properties(test_vision_models PROPERTIES TIMEOUT 120) set_tests_properties(test_vision_models PROPERTIES TIMEOUT 120)
set_tests_properties(test_dataset_uci_housing PROPERTIES TIMEOUT 120) set_tests_properties(test_dataset_uci_housing PROPERTIES TIMEOUT 120)
set_tests_properties(test_dataset_imdb PROPERTIES TIMEOUT 150) set_tests_properties(test_dataset_imdb PROPERTIES TIMEOUT 300)
set_tests_properties(test_pretrained_model PROPERTIES TIMEOUT 600) set_tests_properties(test_pretrained_model PROPERTIES TIMEOUT 600)
...@@ -70,7 +70,6 @@ CPU_PARALLEL_JOB = [ ...@@ -70,7 +70,6 @@ CPU_PARALLEL_JOB = [
'test_parallel_dygraph_sync_batch_norm', 'test_parallel_dygraph_sync_batch_norm',
'test_origin_info', 'test_origin_info',
'test_multiclass_nms_op', 'test_multiclass_nms_op',
'test_monitor',
'test_mkldnn_conv_bias_fuse_pass', 'test_mkldnn_conv_bias_fuse_pass',
'test_mkldnn_conv_activation_fuse_pass', 'test_mkldnn_conv_activation_fuse_pass',
'test_matrix_nms_op', 'test_matrix_nms_op',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册