Skip to content

Commit b1a0e17

Browse files
committed
update ic-bn-lib
1 parent 63f4020 commit b1a0e17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fqdn = { version = "0.4.6", features = ["serde"] }
1616
hostname = "0.4.0"
1717
http = "1.3.1"
1818
humantime = "2.2.0"
19-
ic-bn-lib = { git = "https://github.com/dfinity/ic-bn-lib", rev = "8de75727b7b2d1a43f39a60c6fba564b8590dbc0", features = [
19+
ic-bn-lib = { git = "https://github.com/dfinity/ic-bn-lib", rev = "23595c073b966007b7e656c78c78dddf0f9a3eb0", features = [
2020
"acme-alpn",
2121
"cert-providers",
2222
"clients-hyper",

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ pub struct Health {
120120

121121
/// How long to wait for the health check to finish.
122122
/// This is applied on top of all HTTP timeouts and has precedence.
123-
#[clap(env, long, default_value = "3s", value_parser = parse_duration)]
123+
#[clap(env, long, default_value = "10s", value_parser = parse_duration)]
124124
pub health_check_timeout: Duration,
125125
}
126126

0 commit comments

Comments
 (0)