Skip to content
New issue

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

Fix flaky Windows build #616

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Fix flaky Windows build #616

merged 1 commit into from
Sep 16, 2024

Conversation

tilln
Copy link
Contributor

@tilln tilln commented Sep 14, 2024

Windows builds in Github Actions are intermittently failing.

The cause appears to be tests that involve the use of Thread.sleep and suffer from the system clock's poor timer accuracy.

This PR aims to alleviate that by simply adding some 25 millisecond tolerances for failing timing assertions.

@tilln tilln mentioned this pull request Sep 14, 2024
@ar ar merged commit 7c882e4 into jpos:master Sep 16, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants