From be2a976a29c248ebe2f403b34bf6e6039bcf8bd7 Mon Sep 17 00:00:00 2001 From: lovasoa Date: Sun, 31 Mar 2024 07:02:00 +0100 Subject: [PATCH] longer req timeout --- tests/index.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/index.rs b/tests/index.rs index 2921a9cc..f4eac244 100644 --- a/tests/index.rs +++ b/tests/index.rs @@ -683,7 +683,7 @@ async fn srv_req_path_with_app_data( .to_srv_request() } -const REQ_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(3); +const REQ_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(5); async fn req_path_with_app_data( path: impl AsRef, app_data: actix_web::web::Data,