longer timeout

This commit is contained in:
Bryan Stitt 2023-01-25 17:42:16 -08:00
parent 315ac4838d
commit f756bc7390

View File

@ -170,7 +170,7 @@ impl SentrydSubCommand {
let error_sender = error_sender.clone();
// TODO: what timeout?
let timeout = Duration::from_secs(1);
let timeout = Duration::from_secs(5);
let loop_f = a_loop(
"main /health",
@ -195,7 +195,7 @@ impl SentrydSubCommand {
let error_sender = error_sender.clone();
// TODO: what timeout?
let timeout = Duration::from_secs(1);
let timeout = Duration::from_secs(5);
let loop_f = a_loop(
"other /health",