How to set the number failures of assertion on the test?
+UVM_MAX_QUIT_COUNT is only for uvm error
In reply to zgrin:
You can write your assertions
assert property (...) else `uvm_error(...)
Otherwise you will have to look for a tool specific way to achieve this.