set_imf_wait_time()
Set the IMF wait time as an environment variable.
Usage
set_imf_wait_time(wait_time=1.5)Parameters
wait_time: int or float = 1.5- The wait time in seconds to be set as
Raises
TypeError-
If the provided wait_time is not a numeric value (int or float).
ValueError- If the provided wait_time is negative.