We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4378f commit 6e4354aCopy full SHA for 6e4354a
1 file changed
tests/integrations/aws_lambda/test_aws_lambda.py
@@ -82,7 +82,7 @@ def before_test():
82
print("[test_environment fixture] Tearing down AWS Lambda test infrastructure")
83
84
process.terminate()
85
- process.wait(timeout=5) # Give it time to shut down gracefully
+ process.wait(timeout=10) # Give it time to shut down gracefully
86
87
# Force kill if still running
88
if process.poll() is None:
0 commit comments