We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8d65a commit 494cecdCopy full SHA for 494cecd
paddle/fluid/operators/distributed/rpc_client.cc
@@ -16,7 +16,9 @@
16
#include "gflags/gflags.h"
17
18
// default to 3min to avoid temprary network failures.
19
-DEFINE_int32(grpc_deadline, 180000, "deadline timeouts for grpc");
+// FIXME(typhoonzero): change this default to smaller value once we have
20
+// implemented pass barriers and tests.
21
+DEFINE_int32(grpc_deadline, 3600000, "deadline timeouts for grpc");
22
23
namespace paddle {
24
namespace operators {
0 commit comments