mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-08 03:28:57 +00:00
raise integration test timeouts a bit
This commit is contained in:
@@ -142,7 +142,7 @@ impl SmtpClientTimeouts {
|
||||
}
|
||||
|
||||
pub fn short_timeouts() -> Self {
|
||||
let short = Duration::from_secs(5);
|
||||
let short = Duration::from_secs(20);
|
||||
Self {
|
||||
connect_timeout: short,
|
||||
ehlo_timeout: short,
|
||||
|
||||
Reference in New Issue
Block a user