We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5a5f0 commit 825f21aCopy full SHA for 825f21a
1 file changed
test/integration/steps/functions/aws/aws_lambda.py
@@ -11,7 +11,7 @@
11
12
cfg = botocore_config.Config(
13
retries={"max_attempts": 0},
14
- read_timeout=900,
+ read_timeout=1000,
15
connect_timeout=900,
16
)
17
LAMBDA_CLIENT_FUNCTIONS = client("lambda", config=cfg)
0 commit comments