Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0b3b35

Browse files
cojencoparthea
andauthored
fix: retry client side requests timeout (googleapis#727)
Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent c64779d commit e0b3b35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/cloud/storage/retry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
ConnectionError,
3030
requests.ConnectionError,
3131
requests_exceptions.ChunkedEncodingError,
32+
requests_exceptions.Timeout,
3233
)
3334

3435

0 commit comments

Comments
 (0)