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

Some tests time out in GitHub actions #630

Closed
rien opened this issue Sep 9, 2021 · 1 comment
Closed

Some tests time out in GitHub actions #630

rien opened this issue Sep 9, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@rien
Copy link
Member

rien commented Sep 9, 2021

Sometimes the CI fails with ava reporting Timed out while running tests, the message is quite unhelpful because it does not report which tests have timed out (avajs/ava#2639), but when comparing with a succeeded test run, it seems that both fragment.ts tests time out.

It does not feel as if it is a slow runner: both tests complete within 2s on my computer and the default timeout per test be 10s. I think this could be caused by ava trying to run tests in parallel, with only once CPU being available, thus causing some locking issues.

I will try running the tests with --serial and see if this problem occurs again.

@rien rien added the bug Something isn't working label Sep 9, 2021
@rien
Copy link
Member Author

rien commented Jun 16, 2022

This hasn't occurred in a while.

@rien rien closed this as completed Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant