mirror of https://github.com/milvus-io/milvus.git
Enlarge compact testcase timeout (#24924)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/24933/head
parent
e15cc4c57d
commit
5e7446e65e
|
@ -121,7 +121,7 @@ func TestProxyManager_ErrCompacted(t *testing.T) {
|
|||
Params.EtcdCfg.EtcdTLSMinVersion.GetValue())
|
||||
assert.NoError(t, err)
|
||||
defer etcdCli.Close()
|
||||
ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second)
|
||||
ctx, cancel := context.WithTimeout(context.Background(), 90*time.Second)
|
||||
defer cancel()
|
||||
|
||||
sessKey := path.Join(Params.EtcdCfg.MetaRootPath.GetValue(), sessionutil.DefaultServiceRoot)
|
||||
|
|
Loading…
Reference in New Issue