CalvinKirs commented on code in PR #4028:
URL: 
https://github.com/apache/incubator-seatunnel/pull/4028#discussion_r1093933065


##########
seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/java/org/apache/seatunnel/engine/e2e/ClusterFaultToleranceTwoPipelineIT.java:
##########
@@ -219,7 +209,7 @@ public void testTwoPipelineStreamJobRunOkIn3Node() throws 
ExecutionException, In
                 return clientJobProxy.waitForJobComplete();
             });
 
-            Awaitility.await().atMost(3, TimeUnit.MINUTES)
+            Awaitility.await().atMost(200000, TimeUnit.MINUTES)

Review Comment:
   2000 minutes is too long, it will lead to a long wait.



-- 
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]

Reply via email to