Skip to content

_asyncio: fix definition of ticks to match adafruit_ticks #8609

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

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

jepler
Copy link

@jepler jepler commented Nov 15, 2023

Otherwise, the timing of tasks is inconsistent, because C code and userspace code are using incompatible epochs.

For whatever reason, a bunch of asyncio tests would consistently fail in the Unix build locally; this change fixes it. I don't know why those same tests succeed in CI!

Closes: #8500 (probably, didn't test)

Otherwise, the timing of tasks is inconsistent, because C code and
userspace code are using incompatible epochs.

For whatever reason, a bunch of asyncio tests would consistently fail
in the Unix build locally; this change fixes it. I don't know why those
same tests succeed in CI!

Closes: adafruit#8500 (probably, didn't test)
Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dhalbert dhalbert merged commit 1b9f0d5 into adafruit:main Nov 15, 2023
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.

asyncio created and run tasks are delayed by "max 8 bit integer value ms" (66s) instead of running asap.
2 participants