We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1531214 commit c209751Copy full SHA for c209751
python/paddle/fluid/tests/unittests/CMakeLists.txt
@@ -653,7 +653,7 @@ if(NOT WIN32 AND NOT APPLE)
653
endif()
654
655
if (NOT WIN32)
656
- set_tests_properties(test_multiprocess_reader_exception PROPERTIES TIMEOUT 120)
+ set_tests_properties(test_multiprocess_reader_exception PROPERTIES LABELS "RUN_TYPE=EXCLUSIVE")
657
set_tests_properties(test_layers PROPERTIES TIMEOUT 120)
658
set_tests_properties(test_ir_memory_optimize_transformer PROPERTIES TIMEOUT 120)
659
0 commit comments