UVM end of test

In reply to kranthi445:

In reply to dave_59:
Thanks Dave.
I start configuration sequence in my test. Once the configuration is set driver starts driving the data. So my test ends immediately after my configuration is done, i need to delay it till my driver drives complete data and scoreboard compares it
my DUT is more similar to SPI example in Verification academy. In this example also i observed that tests are delayed by 100 ns after seq ends(Correct me if i am wrong)

I usually use a method name “Inactivity Monitor” which means: I monitor the interface signals to make sure there is no traffic anymore and wait more few time (a watchdog timer starts to count) before actually drop objection then simulation is finished.