We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a85d07 commit 8a7682fCopy full SHA for 8a7682f
tests/index.rs
@@ -850,7 +850,7 @@ async fn srv_req_path_with_app_data(
850
.to_srv_request()
851
}
852
853
-const REQ_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(5);
+const REQ_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(8);
854
async fn req_path_with_app_data(
855
path: impl AsRef<str>,
856
app_data: actix_web::web::Data<AppState>,
0 commit comments