Skip to content

Commit 65fc78b

Browse files
committed
Increased timeout
1 parent 6173e17 commit 65fc78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/utils/resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def get_full_row_from_identifier(identifier: str) -> dict:
138138

139139

140140
def get_dynamodb_table() -> Table:
141-
config = Config(connect_timeout=2, read_timeout=2, retries={"max_attempts": 1})
141+
config = Config(connect_timeout=5, read_timeout=5, retries={"max_attempts": 5})
142142
db: DynamoDBServiceResource = boto3.resource("dynamodb", region_name="eu-west-2", config=config)
143143
return db.Table(os.getenv("DYNAMODB_TABLE_NAME"))
144144

0 commit comments

Comments
 (0)