|
@@ -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();
|
|
|
|