Skip to content

Commit

Permalink
make listen and server as exclusive run (PaddlePaddle#18990)
Browse files Browse the repository at this point in the history
make listen and server as exclusive run
  • Loading branch information
guru4elephant authored and gongweibao committed Aug 4, 2019
1 parent 8ce9025 commit c97ea53
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -224,7 +224,7 @@ py_test_modules(test_install_check MODULES test_install_check ENVS
set_tests_properties(test_install_check PROPERTIES LABELS "RUN_TYPE=DIST")
if(WITH_DISTRIBUTE)
py_test_modules(test_dist_train MODULES test_dist_train)
set_tests_properties(test_listen_and_serv_op PROPERTIES TIMEOUT 20)
set_tests_properties(test_listen_and_serv_op PROPERTIES TIMEOUT 20 LABELS "RUN_TYPE=EXCLUSIVE")
if(WITH_DGC)
py_test_modules(test_dgc_op MODULES test_dgc_op)
endif()
Expand Down

0 comments on commit c97ea53

Please sign in to comment.