Skip to content

Commit 463462c

Browse files
committed
fix ci bug
1 parent 2406065 commit 463462c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/taosdata/jdbc/ws/WSConFailOverTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ public void before() throws SQLException, InterruptedException, IOException, URI
7878
while (true) {
7979
try {
8080
taosAdapterMock = new TaosAdapterMock(8041);
81+
taosAdapterMock.start();
8182
break;
8283
} catch (Exception e){
8384
Thread.sleep(200);
8485
}
8586
}
86-
taosAdapterMock.start();
8787

8888
String url;
8989
url = SpecifyAddress.getInstance().getWebSocketWithoutUrl();

0 commit comments

Comments
 (0)