Skip to content

Commit

Permalink
try to fix milvus e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-HuWei committed Jul 5, 2024
1 parent 5b5c8db commit 4dce46e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ public class MilvusIT extends TestSuiteBase implements TestResource {
@Override
public void startUp() throws Exception {
this.container = new MilvusContainer(MILVUS_IMAGE);
log.info("Milvus host is {}", container.getHost());
this.container.setNetwork(NETWORK);
log.info("Milvus host is {}", container.getEndpoint());
Startables.deepStart(Stream.of(this.container)).join();
log.info("Milvus container started");
Awaitility.given().ignoreExceptions().await().atMost(720L, TimeUnit.SECONDS);
Expand Down

0 comments on commit 4dce46e

Please sign in to comment.