From 5e7446e65eed010dca381d7558876aade31bc127 Mon Sep 17 00:00:00 2001 From: congqixia Date: Thu, 15 Jun 2023 20:54:43 +0800 Subject: [PATCH] Enlarge compact testcase timeout (#24924) Signed-off-by: Congqi Xia --- internal/rootcoord/proxy_manager_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rootcoord/proxy_manager_test.go b/internal/rootcoord/proxy_manager_test.go index 8ceda42a3d..85e7c3b0f5 100644 --- a/internal/rootcoord/proxy_manager_test.go +++ b/internal/rootcoord/proxy_manager_test.go @@ -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)