You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(integration): increase HTTP client timeout for Lambda tests
Updated the HTTP client timeout from 30 seconds to 60 seconds in multiple Lambda functional tests to accommodate longer cold start times. This change aims to enhance test reliability and prevent timeouts during integration testing with LocalStack.
Changes:
- Increased timeout for API Gateway client and redirect client in various test methods.
This adjustment addresses potential timing issues and improves the overall stability of the tests.
0 commit comments