Skip to content

Commit be2a976

Browse files
committed
longer req timeout
1 parent 66f7f1b commit be2a976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ async fn srv_req_path_with_app_data(
683683
.to_srv_request()
684684
}
685685

686-
const REQ_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(3);
686+
const REQ_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(5);
687687
async fn req_path_with_app_data(
688688
path: impl AsRef<str>,
689689
app_data: actix_web::web::Data<AppState>,

0 commit comments

Comments
 (0)