mirror of https://github.com/fafhrd91/actix-web
relax timeout duration in test
This commit is contained in:
parent
000e80aafe
commit
86858d847e
|
@ -184,7 +184,7 @@ async fn test_response_timeout() {
|
||||||
.send()
|
.send()
|
||||||
.await
|
.await
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.timeout(Duration::from_millis(210))
|
.timeout(Duration::from_millis(300))
|
||||||
.body()
|
.body()
|
||||||
.await
|
.await
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
Loading…
Reference in New Issue