You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like currently test generation creates and processes (modifies) test file when it's already became a part of IDEA VFS, which causes excess resource consumption for parsing and PSI generation from IDE side.
Please consider ways to exclude not completed test files from IDEA VFS or suspend IDE from analyzing till generation is finished.