Retry middleware (#502)

This commit is contained in:
Nikolay Kim 2025-01-15 17:13:50 +05:00 committed by GitHub
parent 451f546a13
commit 4d4ab811bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 190 additions and 6 deletions

View file

@ -210,7 +210,7 @@ mod tests {
#[ntex_macros::rt_test2]
#[allow(clippy::redundant_clone)]
async fn test_timeout_newservice() {
async fn test_timeout_middleware() {
let resolution = Duration::from_millis(100);
let wait_time = Duration::from_millis(500);