You have a polysurface with over 8000 faces. Rhino has to wade through those to find surfaces that are coplanar which takes time. As an added complication, Rhino sees this as an invalid polysurface with surface normal issues.
Given that very few of those faces are actually planar, you would be better off using _MergeCoplanarFace and manually selecting the faces you want to merge.
Incidentally, in the file you uploaded the polysurface is open, not closed.