How big is the project? How many xhtmls does it have? What time does it take to validate the project?
After importing Eclipse starts full build. And full build means EL validation of every xhtml which is not a fast process because we have to load DOM for them.
After first full-build it should takes much less time since we will re-validate only ELs which are related to changed files.