Skip to content

Commit 8a7682f

Browse files
committed
increase test timeout
1 parent 8a85d07 commit 8a7682f

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
@@ -850,7 +850,7 @@ async fn srv_req_path_with_app_data(
850850
.to_srv_request()
851851
}
852852

853-
const REQ_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(5);
853+
const REQ_TIMEOUT: std::time::Duration = std::time::Duration::from_secs(8);
854854
async fn req_path_with_app_data(
855855
path: impl AsRef<str>,
856856
app_data: actix_web::web::Data<AppState>,

0 commit comments

Comments
 (0)