diff --git a/test/auto_parallel/CMakeLists.txt b/test/auto_parallel/CMakeLists.txt index 278a00295cf429..533b5006d98b4d 100644 --- a/test/auto_parallel/CMakeLists.txt +++ b/test/auto_parallel/CMakeLists.txt @@ -41,11 +41,6 @@ if(WITH_DISTRIBUTE AND WITH_GPU) py_test_modules(test_reshard_s_to_r MODULES test_reshard_s_to_r) set_tests_properties(test_reshard_s_to_r PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE" TIMEOUT 150) - if(NOT WITH_COVERAGE) - py_test_modules(test_pipeline_scheduler MODULES test_pipeline_scheduler) - set_tests_properties(test_pipeline_scheduler - PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE" TIMEOUT 400) - endif() py_test_modules(test_reshard_r_to_p MODULES test_reshard_r_to_p) set_tests_properties(test_reshard_r_to_p PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE" TIMEOUT 200) diff --git a/test/legacy_test/CMakeLists.txt b/test/legacy_test/CMakeLists.txt index 3578570989274f..c1728495810f14 100644 --- a/test/legacy_test/CMakeLists.txt +++ b/test/legacy_test/CMakeLists.txt @@ -1025,7 +1025,7 @@ if(APPLE) set_tests_properties(test_imperative_transformer_sorted_gradient PROPERTIES TIMEOUT 300) endif() -set_tests_properties(test_decorator PROPERTIES TIMEOUT 150) +set_tests_properties(test_decorator PROPERTIES TIMEOUT 200) if(APPLE) set_tests_properties(test_multiclass_nms_op PROPERTIES TIMEOUT 300)