From 9efbcd78a59746cd630ce1a45c26e31f548aff37 Mon Sep 17 00:00:00 2001 From: robo-bo Date: Tue, 30 Aug 2022 19:26:16 +0300 Subject: [PATCH] forc screen active - fix to enter in rdp when orc try to kill --- Sources/pyOpenRPA/Orchestrator/RobotScreenActive/Monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/pyOpenRPA/Orchestrator/RobotScreenActive/Monitor.py b/Sources/pyOpenRPA/Orchestrator/RobotScreenActive/Monitor.py index 3f549219..bfb3723d 100644 --- a/Sources/pyOpenRPA/Orchestrator/RobotScreenActive/Monitor.py +++ b/Sources/pyOpenRPA/Orchestrator/RobotScreenActive/Monitor.py @@ -10,7 +10,7 @@ def CheckScreen(inIntervalSeconds=1): #Send os command to create console version (base screen) Screen.ConsoleScreenBase() #Delay to create console screen - time.sleep(5) + time.sleep(15) #Delay time.sleep(inIntervalSeconds) return None \ No newline at end of file