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 66f7f1b commit be2a976Copy full SHA for be2a976
tests/index.rs
@@ -683,7 +683,7 @@ async fn srv_req_path_with_app_data(
683
.to_srv_request()
684
}
685
686
-const REQ_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(3);
+const REQ_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(5);
687
async fn req_path_with_app_data(
688
path: impl AsRef<str>,
689
app_data: actix_web::web::Data<AppState>,
0 commit comments