diff --git a/python/paddle/fluid/tests/book/CMakeLists.txt b/python/paddle/fluid/tests/book/CMakeLists.txt index 8b01c84d1ca38da5531f396cf5a4a2bdcf620f38..6f717302468af3b57db69ffd6009563423481a33 100644 --- a/python/paddle/fluid/tests/book/CMakeLists.txt +++ b/python/paddle/fluid/tests/book/CMakeLists.txt @@ -8,7 +8,7 @@ foreach(src ${TEST_OPS}) endforeach() set_tests_properties(test_word2vec_book 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_machine_translation PROPERTIES TIMEOUT 120) set_tests_properties(test_rnn_encoder_decoder PROPERTIES TIMEOUT 120) diff --git a/python/paddle/tests/CMakeLists.txt b/python/paddle/tests/CMakeLists.txt index c0196f605c81be00c959f50a2ba29aac3f5dc99d..9a676b6b7396b342d22d4edf46b207f0848ba2f3 100644 --- a/python/paddle/tests/CMakeLists.txt +++ b/python/paddle/tests/CMakeLists.txt @@ -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_vision_models 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) diff --git a/tools/parallel_UT_rule.py b/tools/parallel_UT_rule.py index 9aa6380a770c330df73c5f8a1bccb548290ddc8a..a5239e534e2f548510bb4336fe6dffc583202481 100644 --- a/tools/parallel_UT_rule.py +++ b/tools/parallel_UT_rule.py @@ -70,7 +70,6 @@ CPU_PARALLEL_JOB = [ 'test_parallel_dygraph_sync_batch_norm', 'test_origin_info', 'test_multiclass_nms_op', - 'test_monitor', 'test_mkldnn_conv_bias_fuse_pass', 'test_mkldnn_conv_activation_fuse_pass', 'test_matrix_nms_op',