CDK: Override time.sleep to make it no-op #6217
Labels
area/connectors
Connector related issues
autoteam
team/extensibility
type/enhancement
New feature or request
Tell us about the problem you're trying to solve
Override
time.sleep
in CDK tests to don't wait sleep time during tests run.Describe the solution you’d like
We may just mock
time.sleep
in the tests core to be applicable to all of the CDK tests.Describe the alternative you’ve considered or used
Make
time.sleep
configurable. This solutions requires a refactoring of the existing code. No really usable for the further development.Additional context
The issue appeared in #5248 (comment)
Are you willing to submit a PR?
This issue does not require any additional knowledge so far, so may be taken by anyone from the team
The text was updated successfully, but these errors were encountered: