From ee6de65be640141b0c705d609a39ff396cda5bd5 Mon Sep 17 00:00:00 2001 From: lhiven Date: Thu, 11 Jan 2024 11:07:22 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=BA=E7=B1=BB=E4=B8=AD?= =?UTF-8?q?=E7=BA=BF=E7=A8=8B=E7=AD=89=E5=BE=85=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/Flow/BaseFlow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rs.SkyLine/Flow/BaseFlow.cs b/Rs.SkyLine/Flow/BaseFlow.cs index 112d4f4..6225b6d 100644 --- a/Rs.SkyLine/Flow/BaseFlow.cs +++ b/Rs.SkyLine/Flow/BaseFlow.cs @@ -19,7 +19,7 @@ namespace Rs.MotionPlat.Flow protected string logInfo = ""; protected string alarmInfo = ""; protected int stopWaitTime = 10; - protected int sleepTime = 10; + protected int sleepTime = 1; protected SchedulingMessageBox msgBox; public BaseFlow() { mainTask = new Task(task);