We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This test is failing on macOS:
https://github.com/Microsoft/vscode-python/blob/3cd69454e55fdc2bbe73fe0b585d689ff03808d1/src/test/common/utils/cacheUtils.unit.test.ts#L107
For the scenario of 'simple string' and 'undefined'. Both are failing after only waiting for 50ms (they should make it until after 100ms).
Investigate (on Mac) and correct.
The text was updated successfully, but these errors were encountered:
Fix use of timers in a unit test scenario
0b86d02
For microsoft#4776 - emulate passing of time for time-based testing
No branches or pull requests
This test is failing on macOS:
https://github.com/Microsoft/vscode-python/blob/3cd69454e55fdc2bbe73fe0b585d689ff03808d1/src/test/common/utils/cacheUtils.unit.test.ts#L107
For the scenario of 'simple string' and 'undefined'.
Both are failing after only waiting for 50ms (they should make it until after 100ms).
Investigate (on Mac) and correct.
The text was updated successfully, but these errors were encountered: