-
Notifications
You must be signed in to change notification settings - Fork 167
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 downstream CI #519
Fix downstream CI #519
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #519 +/- ##
=======================================
Coverage 83.44% 83.44%
=======================================
Files 4 4
Lines 725 725
Branches 157 157
=======================================
Hits 605 605
Misses 95 95
Partials 25 25 ☔ View full report in Codecov by Sentry. |
Everything should be fixed now. I am waiting for the last CI run to complete and will merge this PR to |
...
while (
sps.client_subscribers
or any(aps.publish_to_scheduler.values())
or any(bps.publish_to_scheduler.values())
):
await asyncio.sleep(0.01)
> assert time() < start + 3
E assert 1697117888.3903627 < (1697117885.3808994 + 3)
E + where 1697117888.3903627 = time() |
This draft PR aims at investigating and fixing downstream CI issues.