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

In reply to jcaballero1987:

Are you sure that your sequence is completing? If you have only one objection, then the run_phase() should finish as soon as it is dropped.

You can use the +UVM_OBJECTION_TRACE on your command line, but it can be somewhat verbose.