From 7fe39e5c714d072672932f63bda9d8d1966ba72b Mon Sep 17 00:00:00 2001 From: Luiz Costa Date: Tue, 4 Jun 2024 23:37:57 +0100 Subject: [PATCH] increase sleep --- msp_remoteadmin/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msp_remoteadmin/tools.py b/msp_remoteadmin/tools.py index edde17f..4b9efe0 100644 --- a/msp_remoteadmin/tools.py +++ b/msp_remoteadmin/tools.py @@ -14,7 +14,7 @@ PROTOCOL_PORT = { def log_guacamole_session(url, protocol, host, user): # Wait for guacamole to create the session - time.sleep(1.2) + time.sleep(1.8) # Debug print(f"DEBUG: New session -> Protocol: {protocol} :: Host: {host} :: User: {user}") # Set guacamole url