From dfc22951198f7580819ae5efae1525a09d98dc91 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Wed, 29 Mar 2017 16:57:10 +0200 Subject: [PATCH] Closedown --- script/RobotTCP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/RobotTCP.py b/script/RobotTCP.py index 22f10da..152c575 100644 --- a/script/RobotTCP.py +++ b/script/RobotTCP.py @@ -402,7 +402,7 @@ class RobotTCP(TcpDevice, Stoppable): self.task_create(program, *args, **kwargs) start = time.time() while self.get_task_status(program)[0] < 0: - if time.time() - start > 3000: + if time.time() - start > 5000: raise Exception("Cannot start task " + task) time.sleep(0.1) self.current_task = program