提交 ce5d7c7e 编写于 作者: Z zhenshan.cao 提交者: yefu.chen

Change retry times and sleep duration

Signed-off-by: Nzhenshan.cao <zhenshan.cao@zilliz.com>
上级 529079b3
......@@ -64,7 +64,7 @@ func NewIndexNode(ctx context.Context) (*IndexNode, error) {
func (i *IndexNode) Init() error {
ctx := context.Background()
err := funcutil.WaitForComponentHealthy(ctx, i.serviceClient, "IndexService", 10, time.Second)
err := funcutil.WaitForComponentHealthy(ctx, i.serviceClient, "IndexService", 100, time.Millisecond*200)
if err != nil {
return err
......
......@@ -60,6 +60,7 @@ class TestListCollections:
assert collection_name not in connect.list_collections()
# TODO: make sure to run this case in the end
@pytest.mark.skip("r0.3-test")
@pytest.mark.level(2)
@pytest.mark.tags("0331")
def test_list_collections_no_collection(self, connect):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册