Replies: 1 comment
-
I'm facing the same issue. This computer has a quad-core processor but it's not fully utilized: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our testing environment we run our cypress tests on a large machine with 32 cores. But we've found that cypress seems to only use a single core when running... This results in occasional timeouts in our tests, as well as errors like the ones below:
and
But these errors don't really have any good solutions, and it doesn't seem to be something that can be worked on if it's not reproducible:
#3310
#5016
So I was wondering if it's possible to tell cypress to use more cores, in the hope that that would at least fix the failures for us.
We're currently on cypress 8.5.0, apparently I could try upgrading to an intermediate version, as some more recent versions seem to have used more cpu:
#19491
But it seems that with the latest version that is fixed again, so when we upgrade then that wouldn't really fix our issue (and I'm not sure if the high cpu usage would actually help us in that case anyway, I haven't tested yet)
Beta Was this translation helpful? Give feedback.
All reactions