Skip to content

Commit d9f1ff0

Browse files
authored
Increase botocore session to 15 mins (#803)
1 parent 38cfa04 commit d9f1ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpdk/core/contract/resource_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def __init__(
158158
config=Config(
159159
signature_version=UNSIGNED,
160160
# needs to be long if docker is running on a slow machine
161-
read_timeout=5 * 60,
161+
read_timeout=15 * 60,
162162
retries={"max_attempts": 0},
163163
region_name=self._session.region_name,
164164
),

0 commit comments

Comments
 (0)