raise integration test timeouts a bit

This commit is contained in:
Wez Furlong
2023-03-08 22:54:49 -07:00
parent d52c90a8ad
commit b3fa0dab3e
+1 -1
View File
@@ -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,