-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Test timeout exploration #3048
Test timeout exploration #3048
Conversation
Signed-off-by: David Mason <[email protected]>
It seems github can't pull from github right now. Will need to check up on this later. |
Thanks @drmason789 |
Signed-off-by: David Mason <[email protected]>
Signed-off-by: David Mason <[email protected]>
It is taking a long time between these:
|
Yeah I don't understand what changed
…On Tue, Jan 14, 2025, 21:48 David Mason ***@***.***> wrote:
It is taking a long time between these:
qt.bluetooth: Using BlueZ kernel ATT interface
qt.bluetooth.bluez: Cannot open HCI socket
—
Reply to this email directly, view it on GitHub
<#3048 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALYWAMBK6DWEM6ACMP26L2KVZ3BAVCNFSM6AAAAABVDXLE4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJRGA3TGNJQGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Reenabled Fitplus bike and CSC bike
These tests run okay on my Linux development machine. Perhaps there's a system setting in the Github environment that is a timeout for trying to open the HCI socket that's changed. This may take a while to solve. Perhaps you could comment them out in the Github Actions workflow until we figure this out. |
Ok I will disable them, thanks for your time! |
Signed-off-by: David Mason <[email protected]>
Signed-off-by: David Mason <[email protected]>
@cagnulein An update of the linux environment to ubuntu 24.04 appears to have fixed it. |
Wow that's great! So we would had just to wait? I can simply restore back the tests? |
Yes, restore the tests, but also update the Linux environment. See the code change in this PR. |
Thanks as usual! |
This PR is host to code changes made to explore recent timeouts of the test suite.