What is the recommended way to control the timescale of the UVM timeout as set with set_timeout()?
Controlling the timescale in the calling code doesn't seem to work.
For example,
`timescale 1ns/1ps
...
uvm_top.set_timeout(2000000ns, 1);
results in the timeout set to 2000ns. UVM seems to be using a timescale of 1ps.