wallabyjs / public

Repository for Wallaby.js questions and issues
http://wallabyjs.com
760 stars 45 forks source link

"One of your tests is taking too long to execute" with no details #141

Closed endragor closed 3 years ago

endragor commented 9 years ago

Sometimes Wallaby.js output this warning in the "Wallaby Console" tab:

One of your tests is taking too long to execute, check for possibly recently introduced infinite loops.

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.

webuniverseio commented 8 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. 😕

ArtemGovorov commented 8 years ago

@szarouski My guess is that it's a disk issue, try profiling the IO on the work PC.

webuniverseio commented 8 years ago

@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... :)