Bump up default timeout (#27250)
Release Notes: - Extended timeout used when connecting to remote instances
This commit is contained in:
parent
c394a3a890
commit
a551a6139c
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ impl AskPassSession {
|
|||
}
|
||||
|
||||
pub async fn run(&mut self) -> AskPassResult {
|
||||
futures::FutureExt::fuse(smol::Timer::after(Duration::from_secs(10))).await;
|
||||
futures::FutureExt::fuse(smol::Timer::after(Duration::from_secs(20))).await;
|
||||
AskPassResult::Timedout
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue