File size: 374 Bytes
51ff9e5
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# Common timeout message that can be used across different timeout scenarios
TIMEOUT_MESSAGE_TEMPLATE = (
    "You may wait longer to see additional output by sending empty command '', "
    'send other commands to interact with the current process, '
    'send keys to interrupt/kill the command, '
    'or use the timeout parameter in execute_bash for future commands.'
)