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()
|
||||
.await
|
||||
.unwrap()
|
||||
.timeout(Duration::from_millis(300))
|
||||
.timeout(Duration::from_millis(500))
|
||||
.body()
|
||||
.await
|
||||
.unwrap();
|
||||
|
|
Loading…
Reference in New Issue