Skip to content

Commit c209751

Browse files
authored
change test_multiprocess_reader_exception cmake (#31174)
1 parent 1531214 commit c209751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ if(NOT WIN32 AND NOT APPLE)
653653
endif()
654654

655655
if (NOT WIN32)
656-
set_tests_properties(test_multiprocess_reader_exception PROPERTIES TIMEOUT 120)
656+
set_tests_properties(test_multiprocess_reader_exception PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE")
657657
set_tests_properties(test_layers PROPERTIES TIMEOUT 120)
658658
set_tests_properties(test_ir_memory_optimize_transformer PROPERTIES TIMEOUT 120)
659659
endif()

0 commit comments

Comments
 (0)