Closed endragor closed 3 years ago
@ArtemGovorov, can't reproduce on home PC... I guess there is something with my work PC then. Trying to figure that out now. 😕
@szarouski My guess is that it's a disk issue, try profiling the IO on the work PC.
@ArtemGovorov you're right, appears that lenovo computers that we use at my work have severe issues with ssd and the only way to fix it is to buy ssd from lenovo which costs like half of a new laptop 😞. So from that perspective it looks like I just need to get a personal laptop for work and forget about my current crappy PC as a bad dream... :)
Sometimes Wallaby.js output this warning in the "Wallaby Console" tab:
And it does not provide any details as to which of the tests is taking too long. Except this one line, everything looks normal, and there are no failing tests under "Failing Tests" tab.
Would love if Wallaby.js provided more details about the problematic test. Also, I'm sure none of our tests have infinite loops and all of them should be executed fast enough, so this might be some issue with Jest integration.