Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit e0b3b35

Browse files
cojencoparthea
andauthored
fix: retry client side requests timeout (#727)
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent c64779d commit e0b3b35

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)