If Send Text is used, the timeout is simply the max connection time.
If the script is set for sleeping for 30 sec and the Timeout for Send text is 10 sec, Visualcron cuts the connection after 10 sec, regardless of what the Redhat server is doing with the script.
If the Send Text timeout is set to 60 sec, and the sleep is 30 sec in the script, then Visualcron waits for the whole 60sec regardless of that the script actually is finished after 30 sec.
So We have to use the Send Command, that actually waits for a return, regardless of the time spent of the script.
Only the connection timeout is in concern here, for the SSH connection, so its set to 86400sec.
We will try to figure out how to twerk the Environment settings.