File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/paddle/fluid/tests/unittests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -663,9 +663,9 @@ if(NOT ON_INFER)
663663 set_tests_properties (test_parallel_executor_seresnext_base_cpu PROPERTIES TIMEOUT 900)
664664 set_tests_properties (test_parallel_executor_seresnext_base_cpu PROPERTIES LABELS "RUN_TYPE=NIGHTLY" )
665665 set_tests_properties (test_parallel_executor_seresnext_with_reduce_cpu PROPERTIES TIMEOUT 750)
666- set_tests_properties (test_parallel_executor_seresnext_with_reduce_cpu PROPERTIES "RUN_TYPE=NIGHTLY" )
666+ set_tests_properties (test_parallel_executor_seresnext_with_reduce_cpu PROPERTIES LABELS "RUN_TYPE=NIGHTLY" )
667667 set_tests_properties (test_parallel_executor_seresnext_with_fuse_all_reduce_cpu PROPERTIES TIMEOUT 750)
668- set_tests_properties (test_parallel_executor_seresnext_with_fuse_all_reduce_cpu LABELS "RUN_TYPE=NIGHTLY" )
668+ set_tests_properties (test_parallel_executor_seresnext_with_fuse_all_reduce_cpu PROPERTIES LABELS "RUN_TYPE=NIGHTLY" )
669669endif ()
670670
671671if (NOT WIN32 )
You can’t perform that action at this time.
0 commit comments