I20260328-0750
Tests which open a Java editor should wait on the Java reconciler to finish, otherwise the reconciler can run JDT model operations during subsequent tests. This change adds a wait also for the reconciler background thread, on top of waiting on the reconciler family, in SaveParticipantTest and ImportOrganizeTest. See: #2287