diff --git a/tests/integrations/aws_lambda/test_aws_lambda.py b/tests/integrations/aws_lambda/test_aws_lambda.py index 664220464c..4b2f416c3a 100644 --- a/tests/integrations/aws_lambda/test_aws_lambda.py +++ b/tests/integrations/aws_lambda/test_aws_lambda.py @@ -82,7 +82,7 @@ def before_test(): print("[test_environment fixture] Tearing down AWS Lambda test infrastructure") process.terminate() - process.wait(timeout=5) # Give it time to shut down gracefully + process.wait(timeout=10) # Give it time to shut down gracefully # Force kill if still running if process.poll() is None: