Skip to content

Commit

Permalink
Merge pull request #78 from polybase/increase-timeout
Browse files Browse the repository at this point in the history
Increase grpc_timeout timeout to 60s
  • Loading branch information
calummoore authored Mar 21, 2023
2 parents a693a90 + 67545c8 commit 0514d86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polybase/src/raft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ impl Raft {
};

cfg.raft_cfg.check_quorum = false;
cfg.grpc_timeout = Duration::from_secs(60);

let shared = Arc::new(RaftSharedState {
logger: logger.clone(),
Expand Down

0 comments on commit 0514d86

Please sign in to comment.