Skip to content

Commit

Permalink
Lower the default CLI connect timeout to 3s
Browse files Browse the repository at this point in the history
  • Loading branch information
pcholakov committed Feb 17, 2025
1 parent f1149a9 commit 0fc6cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli-util/src/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use cling::Collect;

use restate_core::network::net_util::CommonClientConnectionOptions;

const DEFAULT_CONNECT_TIMEOUT: u64 = 5_000;
const DEFAULT_CONNECT_TIMEOUT: u64 = 3_000;
const DEFAULT_REQUEST_TIMEOUT: u64 = 13_000;

#[derive(ValueEnum, Clone, Copy, Default, PartialEq, Eq)]
Expand Down

0 comments on commit 0fc6cb9

Please sign in to comment.