Skip to content

Commit 7f22c25

Browse files
committed
increased wait_max_attempts in test_03__temp_lambda__with_no_dependencies
1 parent 7f58dc4 commit 7f22c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/aws/lambda_/dependencies/test_Lambda__Dependency__Inside_Lambda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def run(event, context):
5757

5858
lambda_code = function_source_code(run)
5959

60-
with Temp_Lambda(wait_max_attempts=100, lambda_code=lambda_code) as _:
60+
with Temp_Lambda(wait_max_attempts=400, lambda_code=lambda_code) as _:
6161
assert 'temp_lambda_' in _.aws_lambda.name
6262
assert _.invoke({'name': 'world'}) == 'this has no dependencies'
6363
assert _.exists () is True

0 commit comments

Comments
 (0)