diff --git a/awc/tests/test_client.rs b/awc/tests/test_client.rs index 82ef7fe92..cf3348484 100644 --- a/awc/tests/test_client.rs +++ b/awc/tests/test_client.rs @@ -184,7 +184,7 @@ async fn test_response_timeout() { .send() .await .unwrap() - .timeout(Duration::from_millis(210)) + .timeout(Duration::from_millis(300)) .body() .await .unwrap();