mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 21:37:58 +03:00
Retry middleware (#502)
This commit is contained in:
parent
451f546a13
commit
4d4ab811bd
6 changed files with 190 additions and 6 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue