|
@@ -33,7 +33,7 @@ public class MonitorFileELDeclMultiSpringbootTest extends BaseTest {
|
|
|
String content = FileUtil.readUtf8String(absolutePath);
|
|
|
String newContent = content.replace("THEN(a, b, c);", "THEN(a, c, b);");
|
|
|
FileUtil.writeString(newContent,new File(absolutePath), CharsetUtil.CHARSET_UTF_8);
|
|
|
- Thread.sleep(2500);
|
|
|
+ Thread.sleep(3000);
|
|
|
LiteflowResponse response = flowExecutor.execute2Resp("chain1", "arg");
|
|
|
Assert.assertEquals("a==>c==>b", response.getExecuteStepStr());
|
|
|
|