diff --git a/src/HttpClient.h b/src/HttpClient.h
index 38fd799..0830d9e 100644
--- a/src/HttpClient.h
+++ b/src/HttpClient.h
@@ -340,7 +340,7 @@ class HttpClient : public Client
 
     // Number of milliseconds that we wait each time there isn't any data
     // available to be read (during status code and header processing)
-    static const int kHttpWaitForDataDelay = 1000;
+    static const int kHttpWaitForDataDelay = 30;
     // Number of milliseconds that we'll wait in total without receiveing any
     // data before returning HTTP_ERROR_TIMED_OUT (during status code and header
     // processing)