mirror of https://github.com/fafhrd91/actix-web
relax timeout duration in tests
This commit is contained in:
parent
daa2c57773
commit
6f898f8c90
|
@ -181,7 +181,7 @@ async fn test_response_timeout() {
|
||||||
.send()
|
.send()
|
||||||
.await
|
.await
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.timeout(Duration::from_millis(300))
|
.timeout(Duration::from_millis(500))
|
||||||
.body()
|
.body()
|
||||||
.await
|
.await
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
Loading…
Reference in New Issue