For loop inside fork join does not finish full number of iterations

In reply to UVM_learner6:

wait fork should have worked. You could also try using a simple join instead of join_none. But those should have the exact same functionality given the code shown.