I’m having an issue where if I re-run the same tes...
# development
m
I’m having an issue where if I re-run the same tests over and over again I’m still hit with 20-30 seconds delay. Running with
-ldebug
:
Copy code
06:33:54.05 [DEBUG] computed 1 nodes in 21.783256 seconds. there are 37498 total nodes.
h
Ooof, that's frustrating, sorry. The delay is in resolving 3rdparty deps? And does it happen if you re-run the same tests with no changes at all?
m
I’m running the same tests with no changes at all
h
And are those ~22 seconds going on resolving 3rdparty dependencies, does it seem like?
@witty-crayon-22786 thoughts on how to debug this?
w
sounds like there is a discussion on this happening elsewhere: will follow up there.