提交 05b6aa18 编写于 作者: Y Yancey1989

increase dist unit test timeout

上级 cdb705d1
...@@ -51,5 +51,5 @@ py_test_modules(test_dist_train MODULES test_dist_train SERIAL) ...@@ -51,5 +51,5 @@ py_test_modules(test_dist_train MODULES test_dist_train SERIAL)
# FIXME(Yancey1989): this test would cost much more time on CUDAPlace # FIXME(Yancey1989): this test would cost much more time on CUDAPlace
# since load cudnn libraries, so we use a longer timeout to make this # since load cudnn libraries, so we use a longer timeout to make this
# unit test stability. # unit test stability.
set_tests_properties(test_listen_and_serv_op PROPERTIES TIMEOUT 30) set_tests_properties(test_listen_and_serv_op PROPERTIES TIMEOUT 60)
set_tests_properties(test_dist_mnist PROPERTIES TIMEOUT 60) set_tests_properties(test_dist_mnist PROPERTIES TIMEOUT 180)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册