relax timeout duration in test

This commit is contained in:
fakeshadow 2021-01-26 02:45:28 -08:00
parent 000e80aafe
commit 86858d847e
1 changed files with 1 additions and 1 deletions

View File

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