How to stop or kill the running sequences

In reply to srikanth_m:

For this requirement you can consider
$finish = fork … join_any + disable fork :)

OR

if anyhow sequence2 completion time is known,+UVM_TIMEOUT simulation argument can be used to terminate simulation after specified time.