From e0b3b354d51e4be7c563d7f2f628a7139df842c0 Mon Sep 17 00:00:00 2001 From: cojenco Date: Thu, 10 Mar 2022 15:23:53 -0800 Subject: [PATCH] fix: retry client side requests timeout (#727) Co-authored-by: Anthonios Partheniou --- google/cloud/storage/retry.py | 1 + 1 file changed, 1 insertion(+) diff --git a/google/cloud/storage/retry.py b/google/cloud/storage/retry.py index 03a6bec5c..9a6ec853b 100644 --- a/google/cloud/storage/retry.py +++ b/google/cloud/storage/retry.py @@ -29,6 +29,7 @@ ConnectionError, requests.ConnectionError, requests_exceptions.ChunkedEncodingError, + requests_exceptions.Timeout, )