Skip to content

Commit

Permalink
fix bug, test=document_fix (PaddlePaddle#35697)
Browse files Browse the repository at this point in the history
  • Loading branch information
XieYunshen authored and AnnaTrainingG committed Sep 29, 2021
1 parent 14dd9a2 commit c3af98b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/paddle/fluid/tests/unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -663,9 +663,9 @@ if(NOT ON_INFER)
set_tests_properties(test_parallel_executor_seresnext_base_cpu PROPERTIES TIMEOUT 900)
set_tests_properties(test_parallel_executor_seresnext_base_cpu PROPERTIES LABELS "RUN_TYPE=NIGHTLY")
set_tests_properties(test_parallel_executor_seresnext_with_reduce_cpu PROPERTIES TIMEOUT 750)
set_tests_properties(test_parallel_executor_seresnext_with_reduce_cpu PROPERTIES "RUN_TYPE=NIGHTLY")
set_tests_properties(test_parallel_executor_seresnext_with_reduce_cpu PROPERTIES LABELS "RUN_TYPE=NIGHTLY")
set_tests_properties(test_parallel_executor_seresnext_with_fuse_all_reduce_cpu PROPERTIES TIMEOUT 750)
set_tests_properties(test_parallel_executor_seresnext_with_fuse_all_reduce_cpu LABELS "RUN_TYPE=NIGHTLY")
set_tests_properties(test_parallel_executor_seresnext_with_fuse_all_reduce_cpu PROPERTIES LABELS "RUN_TYPE=NIGHTLY")
endif()

if(NOT WIN32)
Expand Down

0 comments on commit c3af98b

Please sign in to comment.