We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6173e17 commit 65fc78bCopy full SHA for 65fc78b
e2e/utils/resource.py
@@ -138,7 +138,7 @@ def get_full_row_from_identifier(identifier: str) -> dict:
138
139
140
def get_dynamodb_table() -> Table:
141
- config = Config(connect_timeout=2, read_timeout=2, retries={"max_attempts": 1})
+ config = Config(connect_timeout=5, read_timeout=5, retries={"max_attempts": 5})
142
db: DynamoDBServiceResource = boto3.resource("dynamodb", region_name="eu-west-2", config=config)
143
return db.Table(os.getenv("DYNAMODB_TABLE_NAME"))
144
0 commit comments