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 WS tests failing in Windows #122

Merged
merged 2 commits into from
Oct 4, 2022
Merged

Fix WS tests failing in Windows #122

merged 2 commits into from
Oct 4, 2022

Conversation

danvratil
Copy link
Owner

No description provided.

On Windows, the first QWebSocket instantiation takes a long time,
likely due to OpenSSL being dynamically loaded and resolved. On the
Github CI, this takes so long, that the testcase times out. As
a workaround, we construct a dummy QWebSocket in test's constructor
so that the initialization happens before the actual test starts.

Resolves #116.
@danvratil danvratil changed the title Attempt to debug WS tests failing in Windows Fix WS tests failing in Windows Oct 4, 2022
@danvratil danvratil merged commit 5aa61a8 into main Oct 4, 2022
@danvratil danvratil deleted the win-ws-tests branch October 4, 2022 13:55
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.

None yet

1 participant