everywhere.z пре 4 месеци
родитељ
комит
d0de83a374

+ 1 - 1
liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/resources/maxWaitSeconds/flow.el.xml

@@ -64,7 +64,7 @@
 
     <chain name="switch3">
         <!-- 不超时 -->
-        SWITCH(s).TO(a.maxWaitSeconds(3), b.maxWaitSeconds(2));
+        SWITCH(s).TO(a.maxWaitSeconds(3), b.maxWaitSeconds(3));
     </chain>
 
     <!-- 条件编排测试 -->