From dd96469a116b7aa6dab252bcd54d28309e717866 Mon Sep 17 00:00:00 2001 From: Cathy Ouyang Date: Wed, 9 Mar 2022 16:55:41 -0800 Subject: [PATCH] fix: retry client side requests timeout --- 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, )