Skip to content

Commit 493e804

Browse files
committed
Increasing Read timeout for lambda in IT tests
1 parent 5a5a5f0 commit 493e804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/steps/functions/aws/aws_lambda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
cfg = botocore_config.Config(
1313
retries={"max_attempts": 0},
14-
read_timeout=900,
14+
read_timeout=1000,
1515
connect_timeout=900,
1616
)
1717
LAMBDA_CLIENT_FUNCTIONS = client("lambda", config=cfg)

0 commit comments

Comments
 (0)