Uvm test never ends even with the phase.raise_objection/phase.drop_objection mecanism in the test run_phase

In reply to jcaballero1987:

You should only have one objection, and this should be at the test level. Raise the objection at the start of the test’s run_phase(), and drop the objection when all the test sequences have completed. Remove all other objections.