block_interval
The time interval that will be used to determine the time of the next block to be built.
The next block to be built will have a timestamp equal to rell.test.last_block_time + rell.test.block_interval
unless it is explicitly set with rell.test.set_next_block_time()
or rell.test.set_next_block_time_delta()
.
Defaults to 10000
(10
seconds).
Can be modified with rell.test.set_block_interval()
.
Since
0.13.3