You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Enforce best practices when using async in Python
* Do not use time.sleep in async functions
* Fix some more asyncio issues reported by ruff
* Fix issues reported by copilot
* Fix race between wait timeout and callback call
# The test runner will automatically wait for the app-ready-pattern before continuing
249
248
# Waiting 1 second after the app-ready-pattern is detected as we need to wait a tad longer for the app to be ready and stable, otherwise TH2 connection fails later on in test step 14.
# This is expected to fail due to timeout, however there is no code to validate here, so just passing since the correct exception was raised to get to this point
0 commit comments