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
We sometimes see that tests take long time or loop infinitely. Then the first
problem is to find out which test caused this behavior. This can now be shown
by turning on a new flag `debugPrintProgress` in `Run.scala`. If that flag is
set to `true`, the compiler will print out each 10 seconds the list of
currently compiled source files.
0 commit comments