未验证 提交 494cecd6 编写于 作者: W Wu Yi 提交者: GitHub

hack deadline to fix timeout (#11799)

* hack deadline to fix timeout

* add fixme
上级 4b8d65ab
......@@ -16,7 +16,9 @@
#include "gflags/gflags.h"
// default to 3min to avoid temprary network failures.
DEFINE_int32(grpc_deadline, 180000, "deadline timeouts for grpc");
// FIXME(typhoonzero): change this default to smaller value once we have
// implemented pass barriers and tests.
DEFINE_int32(grpc_deadline, 3600000, "deadline timeouts for grpc");
namespace paddle {
namespace operators {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册