Skip to content
Merged
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
2 changes: 1 addition & 1 deletion python/paddle/fluid/tests/unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ if(NOT WIN32 AND NOT APPLE)
endif()

if (NOT WIN32)
set_tests_properties(test_multiprocess_reader_exception PROPERTIES TIMEOUT 120)
set_tests_properties(test_multiprocess_reader_exception PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE")
set_tests_properties(test_layers PROPERTIES TIMEOUT 120)
set_tests_properties(test_ir_memory_optimize_transformer PROPERTIES TIMEOUT 120)
endif()
Expand Down