Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions test/auto_parallel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion test/legacy_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down