relax timeout duration in tests

This commit is contained in:
fakeshadow 2021-02-17 03:05:52 -08:00
parent daa2c57773
commit 6f898f8c90
1 changed files with 1 additions and 1 deletions

View File

@ -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();