This is an automated email from the ASF dual-hosted git repository.
ic4y pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 837003c36d [bugfix] [e2e] Fixed a minor bug (#5274)
837003c36d is described below
commit 837003c36dc194462c3a20f71124d1f387d51dd3
Author: ic4y <[email protected]>
AuthorDate: Fri Aug 11 10:14:21 2023 +0800
[bugfix] [e2e] Fixed a minor bug (#5274)
---
.../src/test/java/org/apache/seatunnel/engine/e2e/JobExecutionIT.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/java/org/apache/seatunnel/engine/e2e/JobExecutionIT.java
b/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/java/org/apache/seatunnel/engine/e2e/JobExecutionIT.java
index b666b994c7..501e763e3c 100644
---
a/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/java/org/apache/seatunnel/engine/e2e/JobExecutionIT.java
+++
b/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/java/org/apache/seatunnel/engine/e2e/JobExecutionIT.java
@@ -199,8 +199,7 @@ public class JobExecutionIT {
JobResult result = clientJobProxy.doWaitForJobComplete().get();
Assertions.assertEquals(result.getStatus(), JobStatus.FINISHED);
- Awaitility.await()
- .atMost(65, TimeUnit.SECONDS)
+ await().atMost(65, TimeUnit.SECONDS)
.untilAsserted(
() ->
Assertions.assertThrowsExactly(