[uart/dv] reduce sim time for smoke test reduce itaration to 2, which should bring sim time to < 10s even with lowest uart clock Signed-off-by: Weicai Yang <weicai@google.com>
diff --git a/hw/ip/uart/dv/env/seq_lib/uart_smoke_vseq.sv b/hw/ip/uart/dv/env/seq_lib/uart_smoke_vseq.sv index a242a1c..2f5d6f0 100644 --- a/hw/ip/uart/dv/env/seq_lib/uart_smoke_vseq.sv +++ b/hw/ip/uart/dv/env/seq_lib/uart_smoke_vseq.sv
@@ -8,7 +8,7 @@ `uvm_object_utils(uart_smoke_vseq) constraint num_trans_c { - num_trans == 10; + num_trans == 2; } constraint num_tx_bytes_c {