set_next_block_time
Set the timestamp that the next block will have, once built, in milliseconds.
time
is a Unix epoch timestamp, i.e. the number of milliseconds that will have elapsed since midnight on 1st January 1970.
Since
0.13.3
Parameters
time
timestamp to use on next block
See also
Throws
exception
if time
is in older than rell.test.last_block_time
, or negative