소스 검색

调整测试用例

everywhere.z 4 달 전
부모
커밋
d0de83a374
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/resources/maxWaitSeconds/flow.el.xml

+ 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>
 
     <!-- 条件编排测试 -->