# 
        Retry Delay
    
Retry Delay measures how long the task will sleep for, every time it waits for a response.
Example with 1000 ms as retry delay:
Waiting for block to include transaction...
task sleeps for 1 second
Waiting for block to include transaction...
        # 
        Setup
    
You can either adjust retry delay in-bot interacting with the CLI menu, or can also simply edit the config.json file.
    
P.S. Retry delay is measured in milliseconds.