Skip to content
Snippets Groups Projects
Commit c37740fb authored by Chris Hines's avatar Chris Hines
Browse files

increase timeouts since vnc can be slow to start

parent ff8d6c04
No related branches found
No related tags found
2 merge requests!11Dev,!10increase timeouts since vnc can be slow to start
Pipeline #7454 failed
......@@ -3,7 +3,7 @@ This module handles SSH Connections
"""
import subprocess
TIMEOUT=10
TIMEOUT=60
class SshAgentException(Exception):
def __init__(self,message=None):
super(SshAgentException,self).__init__(message)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment