From c37740fb7ae4d88a5329a2f54af457b9d307785e Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Wed, 17 Jul 2019 16:27:13 +0800
Subject: [PATCH] increase timeouts since vnc can be slow to start

---
 TES/tes/sshwrapper/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TES/tes/sshwrapper/__init__.py b/TES/tes/sshwrapper/__init__.py
index d78f02d..b2c6130 100644
--- a/TES/tes/sshwrapper/__init__.py
+++ b/TES/tes/sshwrapper/__init__.py
@@ -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)
-- 
GitLab