Skip to content

Commit

Permalink
Increase timeout to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
calummoore committed Mar 21, 2023
1 parent a693a90 commit 67545c8
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 67545c8

Please sign in to comment.