瀏覽代碼

fix end step delay bug.

sangwq 1 年之前
父節點
當前提交
b79251cf32
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Venus/Framework/Common/Routine/RoutineRunner.cs

+ 1 - 1
Venus/Framework/Common/Routine/RoutineRunner.cs

@@ -29,7 +29,7 @@ namespace MECF.Framework.Common.Routine
 
         // 缺省最大超时 10 分钟, delay 5 秒
         private const int   _defaultTimeout = 600000;
-        private const int   _defaultDelay   = 5000;
+        private const int   _defaultDelay   = 100;
 
         Stopwatch           _subStepTimer   = new Stopwatch();