xiaochen-zhou commented on code in PR #9625:
URL: https://github.com/apache/seatunnel/pull/9625#discussion_r2235012770
##########
seatunnel-engine/seatunnel-engine-server/src/test/java/org/apache/seatunnel/engine/server/checkpoint/CheckpointErrorRestoreEndTest.java:
##########
@@ -43,7 +43,7 @@ public void testCheckpointRestoreToFailEnd() {
JobMaster jobMaster =
server.getCoordinatorService().getJobMaster(jobId);
Assertions.assertEquals(1,
jobMaster.getPhysicalPlan().getPipelineList().size());
- await().atMost(120, TimeUnit.SECONDS)
Review Comment:
> we already fix it in #9619
OK.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]